Fix up message
This commit is contained in:
parent
8769c8c6eb
commit
4752f7a41d
@ -74,7 +74,7 @@ pub fn journal_types() -> &'static BTreeMap<JournalType, JournalData> {
|
|||||||
}),
|
}),
|
||||||
(JournalType::GotRadPermit, JournalData {
|
(JournalType::GotRadPermit, JournalData {
|
||||||
name: "Got rad permit",
|
name: "Got rad permit",
|
||||||
details: "passed a test and all you got was a stinking permit",
|
details: "passing a test and all you got was a stinking permit",
|
||||||
xp: 200,
|
xp: 200,
|
||||||
}),
|
}),
|
||||||
).into_iter().collect());
|
).into_iter().collect());
|
||||||
|
Loading…
Reference in New Issue
Block a user