mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-01-17 20:44:33 +00:00
11 lines
237 B
Plaintext
11 lines
237 B
Plaintext
/datum/event/meteorstorm
|
|
|
|
Announce()
|
|
command_alert("The station is now in a meteor shower", "Meteor Alert")
|
|
|
|
Tick()
|
|
if (prob(20))
|
|
meteor_wave()
|
|
|
|
Die()
|
|
command_alert("The station has cleared the meteor shower", "Meteor Alert") |