mirror of
https://github.com/Yawn-Wider/YWPolarisVore.git
synced 2026-08-30 16:38:49 +01:00
7 lines
126 B
Plaintext
7 lines
126 B
Plaintext
/obj/machinery/camera
|
|
layer = BELOW_MOB_LAYER
|
|
|
|
/obj/machinery/camera/New()
|
|
..()
|
|
if (dir == NORTH)
|
|
layer = ABOVE_MOB_LAYER |