From 4752f7a41dec31df01d3efaf1af3ab89168c197d Mon Sep 17 00:00:00 2001 From: Condorra Date: Sun, 17 Mar 2024 16:27:21 +1100 Subject: [PATCH] Fix up message --- blastmud_game/src/static_content/journals.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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());