This commit is contained in:
Archie
2021-06-02 04:20:23 -03:00
parent 7e250ce9ee
commit 966da5dbbf
4 changed files with 164 additions and 1 deletions
@@ -777,4 +777,14 @@
weight = 5
repeatable = TRUE
repeatable_weight_decrease = 3
occurances_max = 3
occurances_max = 3
/datum/dynamic_ruleset/event/oxygen_rain
name = "Oxygen Rain"
typepath = /datum/round_event/oxygen_rain
requirements = list(0,0,0,0,0,0,0,0,0,0)
high_population_requirement = 0
weight = 1 //This is a rare occurence.
repeatable = FALSE
occurances_max = 1
map_whitelist = list("LayeniaStation.dmm")