From 93ef1d7e4fde0fef0d85f44b7323fd34a519a648 Mon Sep 17 00:00:00 2001 From: Krausus Date: Mon, 18 May 2015 02:22:07 -0400 Subject: [PATCH] Fixes minor typo in ion law generator --- code/modules/events/ion_storm.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/events/ion_storm.dm b/code/modules/events/ion_storm.dm index 003439cedf0..fe3c1a8c10d 100644 --- a/code/modules/events/ion_storm.dm +++ b/code/modules/events/ion_storm.dm @@ -194,9 +194,9 @@ Would like to add a law like "Law x is _______" where x = a number, and _____ is M.add_ion_law("YOU REQUIRE [require] IN ORDER TO PROTECT HUMANS") if(13) M << "
" - M << "\red [crew] is [allergysev] to [allergy]...LAWS UPDATED" + M << "\red [crew] is [allergysev] allergic to [allergy]...LAWS UPDATED" M << "
" - M.add_ion_law("[crew] is [allergysev] to [allergy]") + M.add_ion_law("[crew] is [allergysev] allergic to [allergy]") if(14) M << "
" M << "\red THE STATION IS [who2pref] [who2]...LAWS UPDATED"