mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-01 21:13:47 +00: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 |