mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-10 00:43:14 +00:00
* [READY] Adds station traits: Small modifiers that can randomly be chosen each round * conflicts Co-authored-by: Qustinnus <Floydje123@hotmail.com> Co-authored-by: Gandalf2k15 <jzo123@hotmail.com>
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(fake)
|
|
priority_announce("Meaty ores have been detected on collision course with the station.", "Oh crap, get the mop.", ANNOUNCER_METEORS)
|