mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 16:07:40 +00:00
13 lines
469 B
Plaintext
13 lines
469 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
|
|
description = "A meteor wave made of meat."
|
|
|
|
/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.", "meteors", has_important_message = TRUE)
|