Adds missing TIMER_UNIQUE to TIMER_OVERRIDE

This commit is contained in:
AnturK
2018-06-27 12:54:02 +02:00
committed by yogstation13-bot
parent 68da6f7912
commit 4e8008156b
4 changed files with 4 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ GLOBAL_LIST_EMPTY(GPS_list)
emped = TRUE
cut_overlay("working")
add_overlay("emp")
addtimer(CALLBACK(src, .proc/reboot), 300, TIMER_OVERRIDE) //if a new EMP happens, remove the old timer so it doesn't reactivate early
addtimer(CALLBACK(src, .proc/reboot), 300, TIMER_UNIQUE|TIMER_OVERRIDE) //if a new EMP happens, remove the old timer so it doesn't reactivate early
SStgui.close_uis(src) //Close the UI control if it is open.
/obj/item/gps/proc/reboot()