Files
vgstation13/code/defines/byondtools.dm
DrCelt 778f64fcb1 PLANES (#10499)
* PLANES

* whoops

* bugfixes

* adds dummy noir obj/screen

* I.plane = initial(I.plane) + assorted bugfixes

* fixed bugs and did a thing with lasers & tasers

* thanks for using a define up there it's really useful and maintainable.
2016-06-17 19:26:18 -05:00

18 lines
412 B
Plaintext

/**
* 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 = PLANE_TURF
warning("Some dipshit left a [type] at [x],[y],[z]. Might want to fix that (dmmfix map.dmm)")
del(src)