mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-05 11:24:11 +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 |