mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2025-12-09 16:43:51 +00:00
9 lines
282 B
Plaintext
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")
|