Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Dec 20, 2023
1 parent 95a804b commit ced41c5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions code/controllers/subsystem/ticker.dm
Original file line number Diff line number Diff line change
Expand Up @@ -478,9 +478,6 @@ SUBSYSTEM_DEF(ticker)

winset(C, null, "mainwindow.icon=[SSticker.mode.taskbar_icon]")

/datum/controller/subsystem/ticker/proc/hijack_wait()
addtimer(CALLBACK(SSticker, PROC_REF(hijack_ocurred)), 20 SECONDS)

/datum/controller/subsystem/ticker/proc/hijack_ocurred()
if(mode)
mode.is_in_endgame = TRUE
Expand Down

0 comments on commit ced41c5

Please sign in to comment.