Fixes broken timers by finishing the Bay timer SS port (#8709)

This commit is contained in:
Matt Atlas
2020-04-21 22:17:31 +02:00
committed by GitHub
parent d62778baa9
commit d90e9ff957
2 changed files with 154 additions and 90 deletions
+1 -1
View File
@@ -206,7 +206,7 @@
else if(ismist)
ismist = 1
mymist = new /obj/effect/mist(loc)
addtimer(CALLBACK(src, .proc/clear_mist), 250, TIMER_OVERRIDE)
addtimer(CALLBACK(src, .proc/clear_mist), 250, TIMER_OVERRIDE|TIMER_UNIQUE)
/obj/machinery/shower/proc/clear_mist()
if (!on)