Fixed runtime when choosing a module

This commit is contained in:
alex-gh
2013-11-25 01:00:46 +01:00
parent 68519de6d1
commit c1a20cdd40
@@ -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