/
githubmirror
/
vgstation13
Обзор
Документация
Войти
/
githubmirror
/
vgstation13
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
Bleeding-Edge
code/modules/events/spacevine.dm
19 строк
385 B
jwhitak
Several Events Which Shouldn’t Fire During Deadpop Will No Longer Fire During Deadpop (#35222)
30 окт 2023, 04:38
Не верифицирован
30 окт 2023, 04:38
240f373
Код
Авторство
О чём код?
/datum/event/spacevine /datum/event/spacevine/can_start(var/list/active_with_role) if(active_with_role["Any"] > 6) return 20 return 0 /datum/event/spacevine/start() spacevine_infestation() /datum/event/biomass /datum/event/biomass/can_start(var/list/active_with_role) if(active_with_role["Any"] > 6) return 15 return 0 /datum/event/biomass/start() biomass_infestation()