From b9f743898ff5dd767e5c0839a080da835d3dba61 Mon Sep 17 00:00:00 2001 From: Marisa the Magician Date: Fri, 12 Aug 2022 15:48:20 +0200 Subject: [PATCH] Tiny punctuation fix. --- language.def_base | 2 +- language.version | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/language.def_base b/language.def_base index bc0030402..aa1bd84ec 100644 --- a/language.def_base +++ b/language.def_base @@ -883,7 +883,7 @@ SWWM_PARRY = "Parry"; SWWM_PPARRY = "Perfect Parry"; SWWM_TRESPAWN = "\cu[\cf%ds\c- to respawn\cu]\c-"; // score messages -SWWM_FINDSECRET = "\cfYou found a secret, +%d\c-"; +SWWM_FINDSECRET = "\cfYou found a secret. +%d\c-"; SWWM_FINDSECRETREM = "\cf%s\cf found a secret. +%d\c-"; SWWM_FINDKEY = "\cfYou got the %s\cf. +%d\c-"; SWWM_FINDKEYREM = "\cf%s\cf got the %s\cf. +%d\c-"; diff --git a/language.version b/language.version index 34a59e905..e917fa9be 100644 --- a/language.version +++ b/language.version @@ -1,3 +1,3 @@ [default] -SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r308 \cu(Fri 12 Aug 14:48:33 CEST 2022)\c-"; -SWWM_SHORTVER="\cw1.3pre r308 \cu(2022-08-12 14:48:33)\c-"; +SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r309 \cu(Fri 12 Aug 15:48:20 CEST 2022)\c-"; +SWWM_SHORTVER="\cw1.3pre r309 \cu(2022-08-12 15:48:20)\c-";