mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-12 18:03:13 +00:00
* Causes Immovable Rods to actually bisect the station * Changes odds for more deadly Meteor Waves * Fixes that FUCKING TEXT FOR MEATY ORE WAVES
12 lines
500 B
Plaintext
12 lines
500 B
Plaintext
/datum/round_event_control/meteor_wave/meaty
|
|
name = "Meaty Ore Wave"
|
|
typepath = /datum/round_event/meteor_wave/meaty
|
|
weight = 1
|
|
max_occurrences = 1
|
|
|
|
/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')
|
|
|
|
/datum/round_event/meteor_wave/meaty/tick()
|
|
if(IsMultiple(activeFor, 3))
|
|
spawn_meteors(5, meteorsB) //meteor list types defined in gamemode/meteor/meteors.dm |