mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 03:25:49 +01:00
remove this stuff I accidentally put back in
This commit is contained in:
@@ -130,9 +130,9 @@ SUBSYSTEM_DEF(ticker)
|
||||
|
||||
/datum/controller/subsystem/ticker/proc/call_reboot()
|
||||
if(mode.station_was_nuked)
|
||||
reboot_helper("Station destroyed by Nuclear Device.", "end_proper", "nuke")
|
||||
reboot_helper("Station destroyed by Nuclear Device.", "nuke")
|
||||
else
|
||||
reboot_helper("Round ended.", "end_proper", "proper completion")
|
||||
reboot_helper("Round ended.", "proper completion")
|
||||
|
||||
/datum/controller/subsystem/ticker/proc/setup()
|
||||
cultdat = setupcult()
|
||||
|
||||
Reference in New Issue
Block a user