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"