Fixes borgs being unable to build machines (#30473)

* Update machine_frame.dm

* Update machine_frame.dm
This commit is contained in:
CRUNCH
2025-10-01 15:00:30 +00:00
committed by GitHub
parent 842d19f0f1
commit b992ceada7
+4
View File
@@ -90,6 +90,10 @@
icon_state = "box_0"
/obj/structure/machine_frame/item_interaction(mob/living/user, obj/item/P, list/modifiers)
// Allow the borg gripper to pass the attack to the item it's holding.
if(istype(P, /obj/item/gripper))
return ..()
switch(state)
if(MACHINE_FRAME_EMPTY)
if(istype(P, /obj/item/stack/cable_coil))