mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-10 09:31:52 +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") |