Fixes minor typo in ion law generator

This commit is contained in:
Krausus
2015-05-18 02:22:07 -04:00
parent f5d78af0b4
commit 93ef1d7e4f
+2 -2
View File
@@ -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 << "<br>"
M << "\red [crew] is [allergysev] to [allergy]...LAWS UPDATED"
M << "\red [crew] is [allergysev] allergic to [allergy]...LAWS UPDATED"
M << "<br>"
M.add_ion_law("[crew] is [allergysev] to [allergy]")
M.add_ion_law("[crew] is [allergysev] allergic to [allergy]")
if(14)
M << "<br>"
M << "\red THE STATION IS [who2pref] [who2]...LAWS UPDATED"