mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-02-06 06:10:03 +00:00
10 lines
266 B
Plaintext
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")
|