mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-16 13:13:03 +00:00
Adjustment according to PsiOmegaDelta's suggestion
This commit is contained in:
@@ -625,7 +625,7 @@
|
|||||||
qdel(W)
|
qdel(W)
|
||||||
stat &= ~BROKEN
|
stat &= ~BROKEN
|
||||||
// Malf AI, removes the APC from AI's hacked APCs list.
|
// Malf AI, removes the APC from AI's hacked APCs list.
|
||||||
if(hacker && hacker.hacked_apcs && src in hacker.hacked_apcs)
|
if(hacker && hacker.hacked_apcs && (src in hacker.hacked_apcs))
|
||||||
hacker.hacked_apcs -= src
|
hacker.hacked_apcs -= src
|
||||||
hacker = null
|
hacker = null
|
||||||
if (opened==2)
|
if (opened==2)
|
||||||
|
|||||||
Reference in New Issue
Block a user