Airlock and APC changes.

- Added a debugger device that can figure out when an object has been hacked/emagged
- Hacked APCs no longer display blue screen
- You can now disassemble emagged airlocks, they will yield a fried airlock electronic.
This commit is contained in:
cib
2013-05-23 16:43:29 +02:00
parent 8b60bab4a7
commit aa6bfc33c7
8 changed files with 57 additions and 8 deletions

View File

@@ -187,10 +187,7 @@
else
icon_state = basestate
else if (opened == 2)
if ((stat & BROKEN) || malfhack )
icon_state = "[basestate]-b-nocover"
else /* if (emagged)*/
icon_state = "[basestate]-nocover"
icon_state = "[basestate]-nocover"
else if (stat & BROKEN)
icon_state = "apc-b"
else if(emagged || malfai)