Files
Bubberstation/code/modules/events/dust.dm
ikarrus 9843dbc37d Trigger Events verb will now ask if the admin wants to announce to the crew
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)
2014-08-21 21:33:53 -06:00

20 lines
462 B
Plaintext

/datum/round_event_control/meteor_wave/dust
name = "Minor Space Dust"
typepath = /datum/round_event/meteor_wave/dust
weight = 300
max_occurrences = 1000
earliest_start = 0
/datum/round_event/meteor_wave/dust
startWhen = 1
endWhen = 2
announceWhen = 0
/datum/round_event/meteor_wave/dust/announce()
return
/datum/round_event/meteor_wave/dust/start()
spawn_meteors(1, meteorsC)
/datum/round_event/meteor_wave/dust/tick()
return