Merge pull request #9251 from Fox-McCloud/cybernetics-customization-fix

Fix Cybernetic Limb Custom Appearance Surgery
This commit is contained in:
Crazy Lemon
2018-07-26 20:36:49 -07:00
committed by GitHub
+1
View File
@@ -590,6 +590,7 @@
target.UpdateDamageIcon()
user.visible_message("<span class='notice'> [user] reprograms the appearance of [target]'s [affected.name] with [tool].</span>", \
"<span class='notice'> You reprogram the appearance of [target]'s [affected.name] with [tool].</span>")
affected.open = 0
return TRUE
/datum/surgery_step/robotics/external/customize_appearance/fail_step(mob/living/user, mob/living/carbon/human/target, target_zone, obj/item/tool,datum/surgery/surgery)