mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-02-08 07:18:17 +00:00
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)
20 lines
462 B
Plaintext
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 |