Files
VOREStation/code/modules/events/wormholes.dm

10 lines
266 B
Plaintext

/datum/event/wormholes
startWhen = 0
endWhen = 80
/datum/event/wormholes/start()
wormhole_event()
/datum/event/wormholes/end()
command_announcement.Announce("There are no more space-time anomalies detected on the [using_map.facility_type].", "Anomaly Alert")