Fix up message

This commit is contained in:
Condorra 2024-03-17 16:27:21 +11:00
parent 8769c8c6eb
commit 4752f7a41d

View File

@ -74,7 +74,7 @@ pub fn journal_types() -> &'static BTreeMap<JournalType, JournalData> {
}),
(JournalType::GotRadPermit, JournalData {
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,
}),
).into_iter().collect());