/
Lachklen
/
MYtgstation
Обзор
Документация
Войти
/
Lachklen
/
MYtgstation
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
code/modules/wiremod/shell/undertile.dm
13 строк
660 B
Y0SH1M4S73R
A Small Circuit Expansion: Wallmounts, Undertiles, and Wire Bundles (#89122)
19 янв 2025, 21:40
Не верифицирован
19 янв 2025, 21:40
90b67b0
Код
Авторство
О чём код?
/obj/item/undertile_circuit name = "circuit panel" desc = "A panel for an integrated circuit. It needs to be fit under a floor tile to operate." icon = 'icons/obj/science/circuits.dmi' inhand_icon_state = "flashtool" lefthand_file = 'icons/mob/inhands/equipment/security_lefthand.dmi' righthand_file = 'icons/mob/inhands/equipment/security_righthand.dmi' icon_state = "undertile" /obj/item/undertile_circuit/Initialize(mapload) . = ..() AddElement(/datum/element/undertile, TRAIT_T_RAY_VISIBLE, INVISIBILITY_OBSERVER, use_anchor = TRUE) AddComponent(/datum/component/shell, null, SHELL_CAPACITY_SMALL, SHELL_FLAG_REQUIRE_ANCHOR|SHELL_FLAG_USB_PORT)