mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
Fix Borgs getting combat modules during malf AI delta
This commit is contained in:
@@ -154,7 +154,7 @@
|
||||
return
|
||||
|
||||
var/list/modules = list("Standard", "Engineering", "Medical", "Miner", "Janitor", "Service", "Security")
|
||||
if(security_level >= SEC_LEVEL_GAMMA)
|
||||
if(security_level == (SEC_LEVEL_GAMMA || SEC_LEVEL_EPSILON))
|
||||
src << "\red Crisis mode active. Combat module available."
|
||||
modules+="Combat"
|
||||
if(mmi != null && mmi.alien)
|
||||
|
||||
Reference in New Issue
Block a user