mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
Fixes borgs being unable to build machines (#30473)
* Update machine_frame.dm * Update machine_frame.dm
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user