9843dbc37d
Additionally, -Create virus re-added to secrets menu, as it had options to specify a specific virus to create -Blob added to One-Click-Antag with the option to set the strength of the blob (1=Weak, 2= Strong, 3=Full)
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 |