Skip to content

Commit

Permalink
Убил нахуй конфликты
Browse files Browse the repository at this point in the history
  • Loading branch information
AmShegars committed Feb 9, 2024
2 parents 72fb565 + 75b3809 commit 78c820d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion code/modules/augment/active/polytool.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 78c820d

Please sign in to comment.