From 55238d17b8a32bc3c2461f69f34173a098c3ef58 Mon Sep 17 00:00:00 2001 From: AmShegars <88627712+AmShegars@users.noreply.github.com> Date: Fri, 9 Feb 2024 19:33:17 +0500 Subject: [PATCH 1/2] =?UTF-8?q?=D0=9E=D1=82=D0=BA=D0=B0=D1=82=20=D0=B3?= =?UTF-8?q?=D0=BE=D0=B2=D0=BD=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../client/preference_setup/loadout/lists/augments.dm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/code/modules/client/preference_setup/loadout/lists/augments.dm b/code/modules/client/preference_setup/loadout/lists/augments.dm index d19fe5cdbed..ebc54c4c9ca 100644 --- a/code/modules/client/preference_setup/loadout/lists/augments.dm +++ b/code/modules/client/preference_setup/loadout/lists/augments.dm @@ -2,11 +2,6 @@ sort_category = "Augments" category = /datum/gear/augment -/datum/gear/augment/enginiiring_tools - display_name = "Engineering toolselt" - cost = 2 - path = /obj/item/organ/internal/augment/active/polytool - /datum/gear/augment/minor_head display_name = "minor augments selection (head)" description = "A minor augment with no in-game effects." From 75b3809f7a95b115717e1386f432e8c7db0db7e4 Mon Sep 17 00:00:00 2001 From: AmShegars <88627712+AmShegars@users.noreply.github.com> Date: Fri, 9 Feb 2024 19:33:48 +0500 Subject: [PATCH 2/2] =?UTF-8?q?=D0=90=D0=BF=20=D1=80=D0=B0=D0=B4=D0=B8?= =?UTF-8?q?=D1=83=D1=81=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/modules/augment/active/polytool.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/augment/active/polytool.dm b/code/modules/augment/active/polytool.dm index abb03c28406..ea8abd4703f 100644 --- a/code/modules/augment/active/polytool.dm +++ b/code/modules/augment/active/polytool.dm @@ -58,7 +58,7 @@ var/image/j = image(icon = i.icon, icon_state = i.item_state) j.name = i images[i] = j - item = show_radial_menu(owner, owner, images , radius = 32, require_near = TRUE) + item = show_radial_menu(owner, owner, images , radius = 48, require_near = TRUE) if(!item || !(src in owner.internal_organs)) return if(owner.equip_to_slot_if_possible(item, slot))