From 361ad17523cb5259f764c85e2563c144ea6a1266 Mon Sep 17 00:00:00 2001 From: NovaBot <154629622+NovaBot13@users.noreply.github.com> Date: Wed, 29 May 2024 17:07:08 -0400 Subject: [PATCH] [MIRROR] Fix a tiny typo in ion law generation (#2736) * 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: 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]"