mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-29 15:06:39 +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 |