mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-29 23:16:21 +01:00
7 lines
127 B
Plaintext
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 |