diff --git a/code/modules/augment/active/polytool.dm b/code/modules/augment/active/polytool.dm index 1da32ddfab..db059fb752 100644 --- a/code/modules/augment/active/polytool.dm +++ b/code/modules/augment/active/polytool.dm @@ -56,7 +56,7 @@ to_chat(owner, SPAN_WARNING("You must drop [I] before tool can be extend.")) else var/obj/item - 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)) diff --git a/code/modules/client/preference_setup/loadout/lists/augments.dm b/code/modules/client/preference_setup/loadout/lists/augments.dm index d19fe5cdbe..ebc54c4c9c 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."