Files
CHOMPStation2/code/modules/events/wormholes.dm
2018-04-13 18:03:42 -07:00

10 lines
248 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 station.", "Anomaly Alert")