Merge pull request #32985 from YPOQ/airlockfix

Fixes AIs being unable to interact with unscrewed airlocks
This commit is contained in:
Leo
2017-11-24 18:10:55 -02:00
committed by CitadelStationBot
parent 9f7b3a11c3
commit 541b8db684
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -49,6 +49,7 @@
var/normal_integrity = AIRLOCK_INTEGRITY_N
integrity_failure = 70
damage_deflection = AIRLOCK_DAMAGE_DEFLECTION_N
interact_open = TRUE
var/security_level = 0 //How much are wires secured
var/aiControlDisabled = 0 //If 1, AI control is disabled until the AI hacks back in and disables the lock. If 2, the AI has bypassed the lock. If -1, the control is enabled but the AI had bypassed it earlier, so if it is disabled again the AI would have no trouble getting back in.