Files
Spades e40a9da769 Fixes camera layering
This was annoying the absolute fuck out of me.
2017-10-03 00:40:54 -04:00

7 lines
127 B
Plaintext

/obj/machinery/camera
layer = 4
/obj/machinery/camera/New()
..()
if (dir == 1) // idk why the fuck dir is not 2
layer = 5