Merge pull request #63 from alex-gh/xenoborg_fix

Fixed runtime when choosing a module
This commit is contained in:
ZomgPonies
2013-11-24 18:48:12 -08:00
@@ -156,7 +156,7 @@
if(crisis && security_level == SEC_LEVEL_RED) //Leaving this in until it's balanced appropriately.
src << "\red Crisis mode active. Combat module available."
modules+="Combat"
if(mmi != null & mmi.alien)
if(mmi != null && mmi.alien)
modules="Hunter"
modtype = input("Please, select a module!", "Robot", null, null) in modules