Traitor Borg lockdown, blowing-up fixed; can now self-hack.

This commit is contained in:
Datraen
2016-03-12 17:03:28 -05:00
parent 2aa4e7727c
commit 1b40fb3bfe
6 changed files with 17 additions and 9 deletions

View File

@@ -32,6 +32,6 @@
. = STATUS_INTERACTIVE
if(cell.charge <= 0)
return STATUS_CLOSE
if(lockcharge)
if(lockdown)
. = STATUS_DISABLED
return min(., ..())