4c5e478ed6
* Observers can auto-orbit meteors; space dust event During a meteor shower, observers can automatically orbit threatening meteors and watch them hit the station. Added Major Space Dust event, which is a meteor shower containing only space dust. Reduced chance of RNG meteor event. Fixes bug where meteors wouldn't move when spawned.
16 lines
344 B
Plaintext
16 lines
344 B
Plaintext
/datum/round_event_control/space_dust
|
|
name = "Minor Space Dust"
|
|
typepath = /datum/round_event/space_dust
|
|
weight = 200
|
|
max_occurrences = 1000
|
|
earliest_start = 0
|
|
alertadmins = 0
|
|
|
|
/datum/round_event/space_dust
|
|
startWhen = 1
|
|
endWhen = 2
|
|
announceWhen = 0
|
|
|
|
/datum/round_event/space_dust/start()
|
|
spawn_meteors(1, meteorsC)
|