/
githubmirror
/
vgstation13
Обзор
Документация
Войти
/
githubmirror
/
vgstation13
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
Bleeding-Edge
code/libs/byondtools.dm
18 строк
412 B
ShiftyRail
Moves around a bunch of stuff in the codebase. Add a file explaining the general structure of the codebase. (#37568)
19 май 2025, 16:41
Не верифицирован
19 май 2025, 16:41
1e1de9e
Код
Авторство
О чём код?
/** * Markers and shit used with BYONDTools. * * Mostly just used in mapping. */ /obj/effect/byondtools/changed icon='icons/effects/tile_effects.dmi' icon_state="changed" layer = LIGHTING_LAYER alpha = 64 color = "#ff0000" /obj/effect/byondtools/changed/New() layer = TURF_LAYER plane = TURF_PLANE warning("Some dipshit left a [type] at [x],[y],[z]. Might want to fix that (dmmfix map.dmm)") del(src)