mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-28 10:01:58 +00:00
* 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.
12 lines
402 B
Plaintext
12 lines
402 B
Plaintext
/datum/round_event_control/meteor_wave/meaty
|
|
name = "Meteor Wave: Meaty"
|
|
typepath = /datum/round_event/meteor_wave/meaty
|
|
weight = 2
|
|
max_occurrences = 1
|
|
|
|
/datum/round_event/meteor_wave/meaty
|
|
wave_name = "meaty"
|
|
|
|
/datum/round_event/meteor_wave/meaty/announce()
|
|
priority_announce("Meaty ores have been detected on collision course with the station.", "Oh crap, get the mop.",'sound/AI/meteors.ogg')
|