mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Merge pull request #13589 from ZomgPonies/timerfix
Brigtimer runtime fix
This commit is contained in:
@@ -338,10 +338,9 @@
|
||||
F.flash()
|
||||
|
||||
if(href_list["release"])
|
||||
var/obj/machinery/door_timer/T = locate(href_list["release"])
|
||||
if(timing)
|
||||
T.timer_end()
|
||||
T.Radio.autosay("Timer stopped manually from cell control.", T.name, "Security", list(z))
|
||||
timer_end()
|
||||
Radio.autosay("Timer stopped manually from cell control.", name, "Security", list(z))
|
||||
ui_interact(usr)
|
||||
|
||||
if(href_list["prisoner_name"])
|
||||
|
||||
Reference in New Issue
Block a user