Files
Paradise/code/game/events/Events/MeteorStorm.dm
2012-01-06 16:50:19 -07:00

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")