mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 15:45:25 +01:00
Merge pull request #63 from alex-gh/xenoborg_fix
Fixed runtime when choosing a module
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user