/
githubmirror
/
vgstation13
Обзор
Документация
Войти
/
githubmirror
/
vgstation13
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
Bleeding-Edge
code/game/objects/items/mountable_frames/lightswitch.dm
12 строк
418 B
rob
adds many periods to many descriptions (#29577)
31 май 2021, 00:12
Не верифицирован
31 май 2021, 00:12
afd51af
Код
Авторство
О чём код?
/obj/item/mounted/frame/light_switch name = "light switch frame" desc = "Wire it up to a wall to create new light switches." icon = 'icons/obj/power.dmi' icon_state = "light-p" flags = FPRINT w_type=2*RECYK_METAL mount_reqs = list("nospace", "simfloor") /obj/item/mounted/frame/light_switch/do_build(turf/on_wall, mob/user) new /obj/machinery/light_switch(get_turf(src), get_dir(user, on_wall), 0) qdel(src)