/
githubmirror
/
vgstation13
Обзор
Документация
Войти
/
githubmirror
/
vgstation13
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
Bleeding-Edge
code/modules/events/ancientpod.dm
13 строк
345 B
beesil
Adds ancient cryopods (#28456)
05 янв 2021, 15:35
Не верифицирован
05 янв 2021, 15:35
a3c8a68
Код
Авторство
О чём код?
//throws an ancient cryopod at the station /datum/event/ancientpod /datum/event/ancientpod/can_start() return 20 /datum/event/ancientpod/start() var/obj/machinery/cryopod/pod = new /obj/machinery/cryopod(random_start_turf(1)) pod.ThrowAtStation() /datum/event/ancientpod/announce() command_alert(/datum/command_alert/ancientpod)