Oooh that feels good to look at. Fixes #14941

This commit is contained in:
Cyberboss
2016-10-21 20:03:51 -04:00
parent 3d894741dd
commit dc0c7cd0f8
+2 -2
View File
@@ -50,9 +50,9 @@
if(D.id_tag == src.id)
if(specialfunctions & OPEN)
if(D.density)
D.open()
addtimer(D,"open",0,FALSE)
else
D.close()
addtimer(D,"close",0,FALSE)
if(specialfunctions & IDSCAN)
D.aiDisabledIdScanner = !D.aiDisabledIdScanner
if(specialfunctions & BOLTS)