Corrects box agent timer not getting properly reset

This commit is contained in:
ShizCalev
2018-08-04 01:29:21 -04:00
parent e9a55e09d4
commit 402a495b1a
@@ -28,7 +28,7 @@
/obj/structure/closet/cardboard/agent/proc/reveal()
alpha = 255
addtimer(CALLBACK(src, .proc/go_invisible), 10, TIMER_UNIQUE)
addtimer(CALLBACK(src, .proc/go_invisible), 10, TIMER_OVERRIDE|TIMER_UNIQUE)
/obj/structure/closet/cardboard/agent/Bump(atom/movable/A)
. = ..()