/
githubmirror
/
vgstation13
Обзор
Документация
Войти
/
githubmirror
/
vgstation13
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
Bleeding-Edge
code/modules/events/eclipse.dm
13 строк
390 B
DeityLink
[Cult 4] Upheaval Update Part 2 - Eclipse Update (#36361)
27 апр 2024, 00:27
Не верифицирован
27 апр 2024, 00:27
febb558
Код
Авторство
О чём код?
/datum/event/eclipse oneShot = 1 /datum/event/eclipse/can_start() var/datum/faction/bloodcult/cult = find_active_faction_by_type(/datum/faction/bloodcult) if (istype(cult)) return 0//don't want the random event to trigger when the cult of Nar-Sie is doing its thing if (sun.eclipse == ECLIPSE_NOT_YET) return 10 return 0 /datum/event/eclipse/start() eclipse_trigger_random()