Skip to content

Commit

Permalink
Decreases difficulty for installing augments to the same as installin…
Browse files Browse the repository at this point in the history
…g robotic limbs/organs.
  • Loading branch information
mikomyazaki committed Jan 26, 2020
1 parent 0b36df1 commit ba615f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/surgery/organs_internal.dm
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
/decl/surgery_step/internal/replace_organ/get_skill_reqs(mob/living/user, mob/living/carbon/human/target, obj/item/tool)
var/obj/item/organ/internal/O = tool
var/obj/item/organ/external/affected = target.get_organ(user.zone_sel.selecting)
if(BP_IS_ROBOTIC(O))
if(BP_IS_ROBOTIC(O) || istype(O, /obj/item/organ/internal/augment))
if(BP_IS_ROBOTIC(affected))
return SURGERY_SKILLS_ROBOTIC
else
Expand Down

0 comments on commit ba615f0

Please sign in to comment.