mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Port: major fixes of SStimer subsystem from RU SS220 Paradise based on SStimer from TGstation (#16200)
Co-authored-by: Simon Ogorodnik <simon.ogorodnik@gmail.com>
This commit is contained in:
co-authored by
Simon Ogorodnik
parent
2062178c76
commit
e5c97ad0bf
@@ -26,7 +26,7 @@
|
||||
active_timers = null
|
||||
for(var/thing in timers)
|
||||
var/datum/timedevent/timer = thing
|
||||
if(timer.spent)
|
||||
if(timer.spent && !(timer.flags & TIMER_DELETE_ME))
|
||||
continue
|
||||
qdel(timer)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user