/
githubmirror
/
vgstation13
Обзор
Документация
Войти
/
githubmirror
/
vgstation13
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
Bleeding-Edge
code/datums/gamemode/objectives/nuclear.dm
10 строк
272 B
DeityLink
Role Panel & rune fix (#17487)
18 фев 2018, 19:20
18 фев 2018, 19:20
6b3032a
Код
Авторство
О чём код?
/datum/objective/nuclear explanation_text = "Destroy the station with a nuclear device." name = "Nuke the station" /datum/objective/nuclear/IsFulfilled() if (..()) return TRUE if(ticker.explosion_in_progress || ticker.station_was_nuked) return TRUE return FALSE