Files
Citadel-Station-13-RP/code/__HELPERS/roundend.dm
Zandario ed05e01a95 __HELPERS Cleaning and other things I decided to do. (#4584)
* Schizoposting

* The Crungly

* Tabbin' the JSON y'all

* Strings
2022-10-21 01:56:59 -07:00

9 lines
282 B
Plaintext

/datum/controller/subsystem/ticker/proc/standard_reboot()
if(ready_for_reboot)
if(mode.station_was_nuked)
Reboot("Station destroyed by Nuclear Device.", 60 SECONDS)
else
Reboot("Round ended.")
else
CRASH("Attempted standard reboot without ticker roundend completion")