From 92d2fae55e1effb2ffd5dceb99ffbbbb10bc20c0 Mon Sep 17 00:00:00 2001 From: Iajret Creature <122297233+Steals-The-PRs@users.noreply.github.com> Date: Fri, 31 May 2024 11:50:02 +0300 Subject: [PATCH] [MIRROR] Fix a tiny typo in ion law generation (#2736) (#3548) * Fix a tiny typo in ion law generation (#83533) ## About The Pull Request Saw this in the wild and fixed what I believe was the cause: `!@!$&: THE MEDICAL DOCTORSIS IN NEED OF THREE NAKED CHAPLAINS` (Round ID: 229577) ## Why It's Good For The Game Spellcheck good. ## Changelog :cl: spellcheck: Fixed a missing space typo in ion law logic. /:cl: * Fix a tiny typo in ion law generation --------- Co-authored-by: NovaBot <154629622+NovaBot13@users.noreply.github.com> Co-authored-by: Wayland-Smithy <64715958+Wayland-Smithy@users.noreply.github.com> Co-authored-by: NovaBot13 --- code/modules/events/ion_storm.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/events/ion_storm.dm b/code/modules/events/ion_storm.dm index 772d1576cdc..a3171df262b 100644 --- a/code/modules/events/ion_storm.dm +++ b/code/modules/events/ion_storm.dm @@ -314,7 +314,7 @@ if(2) //It is Y of threats message = "THE [ioncrew1] [ionthinksof] [ionnumberbase] [ionnumbermodhalf][ionadjectiveshalf][ionthreats]" if(3) //It is Y of jobs - message = "THE [ioncrew1][ionthinksof] [ionnumberbase] [ionnumbermodhalf][ionadjectiveshalf][ioncrew2]" + message = "THE [ioncrew1] [ionthinksof] [ionnumberbase] [ionnumbermodhalf][ionadjectiveshalf][ioncrew2]" if(4) //It is Y of abstracts message = "THE [ioncrew1] [ionthinksof] [ionabstract]"