another typo

This commit is contained in:
DeltaFire
2020-10-11 03:58:38 +02:00
parent 4aac4cfba9
commit c412358d4e

View File

@@ -10,7 +10,7 @@
if(istype(tool, /obj/item/organ_storage) && istype(tool.contents[1], /obj/item/bodypart))
tool = tool.contents[1]
var/obj/item/bodypart/aug = tool
if(aug.is_robotic_limb())
if(!aug.is_robotic_limb())
to_chat(user, "<span class='warning'>That's not an augment, silly!</span>")
return -1
if(aug.body_zone != target_zone)