mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
10 lines
248 B
Plaintext
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")
|