From 0fea5390b1c5cab2a6b4006803394d727b30e591 Mon Sep 17 00:00:00 2001 From: Cameron Lennox Date: Mon, 14 Apr 2025 05:56:29 -0400 Subject: [PATCH] Fixes a limb augment oversight (#17527) Fixes an oversight that meant that limbs had to be screwdrivered twice to be attached --- code/modules/organs/internal/augment/armmounted.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/organs/internal/augment/armmounted.dm b/code/modules/organs/internal/augment/armmounted.dm index fcd6f5b1c1e..2223a8f651e 100644 --- a/code/modules/organs/internal/augment/armmounted.dm +++ b/code/modules/organs/internal/augment/armmounted.dm @@ -108,6 +108,8 @@ icon_state = "augment_armframe" organ_tag = O_AUG_R_UPPERARM + parent_organ = BP_R_ARM + target_slot = slot_r_hand w_class = ITEMSIZE_HUGE @@ -164,8 +166,6 @@ icon_state = "augment_toolkit" - organ_tag = O_AUG_R_UPPERARM - w_class = ITEMSIZE_HUGE integrated_object_type = null