diff --git a/blastmud_game/src/static_content/journals.rs b/blastmud_game/src/static_content/journals.rs index 9b16904..6141ff9 100644 --- a/blastmud_game/src/static_content/journals.rs +++ b/blastmud_game/src/static_content/journals.rs @@ -74,7 +74,7 @@ pub fn journal_types() -> &'static BTreeMap { }), (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());