mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 22:57:39 +01:00
10 lines
271 B
Plaintext
10 lines
271 B
Plaintext
/datum/event/wormholes
|
|
startWhen = 0
|
|
endWhen = 80
|
|
|
|
/datum/event/wormholes/start()
|
|
wormhole_event()
|
|
|
|
/datum/event/wormholes/end()
|
|
GLOB.command_announcement.Announce("There are no more space-time anomalies detected on the [using_map.facility_type].", "Anomaly Alert")
|