remove this stuff I accidentally put back in

This commit is contained in:
SteelSlayer
2021-02-26 23:02:16 -06:00
parent e57d867df5
commit 6824c79ea7
+2 -2
View File
@@ -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()