minor fixes, compile but still bugged

This commit is contained in:
Letter N
2021-02-14 17:08:16 +08:00
parent b2c7b80cd2
commit 78ef87b012
3 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
var/list/cam_plane_masters
var/obj/screen/background/cam_background
interaction_flags_machine = INTERACT_MACHINE_ALLOW_SILICON | INTERACT_MACHINE_SET_MACHINE | INTERACT_MACHINE_REQUIRES_SIGHT
interaction_flags_machine = INTERACT_MACHINE_ALLOW_SILICON | INTERACT_MACHINE_SET_MACHINE //| INTERACT_MACHINE_REQUIRES_SIGHT
/obj/machinery/computer/security/Initialize()
. = ..()