From 005a96d498decb8fbf168376bbf435613f58088a Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Wed, 9 Aug 2023 16:31:27 +0200 Subject: [PATCH] [MIRROR] fixes virology typo [MDB IGNORE] (#22958) * fixes virology typo (#77461) ## About The Pull Request fixes itching typo ## Why It's Good For The Game typoes are bad ## Changelog :cl: spellcheck: fixes one of the virus thresholds saying "scrathing" instead of scratching /:cl: * fixes virology typo --------- Co-authored-by: Vincent983 <124026007+Vincent983@users.noreply.github.com> --- code/datums/diseases/advance/symptoms/itching.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/diseases/advance/symptoms/itching.dm b/code/datums/diseases/advance/symptoms/itching.dm index 0f70a7c7197..cb468a132cc 100644 --- a/code/datums/diseases/advance/symptoms/itching.dm +++ b/code/datums/diseases/advance/symptoms/itching.dm @@ -21,7 +21,7 @@ var/scratch = FALSE threshold_descs = list( "Transmission 6" = "Increases frequency of itching.", - "Stage Speed 7" = "The host will scrath itself when itching, causing superficial damage.", + "Stage Speed 7" = "The host will scratch itself when itching, causing superficial damage.", ) ///emote cooldowns COOLDOWN_DECLARE(itching_cooldown)