Fixes spelling error when implanting BITTEN organs (#847)

This commit is contained in:
CitadelStationBot
2017-05-08 18:48:44 -05:00
committed by kevinz000
parent 5c8a9c5342
commit c7b78203a5
+1 -1
View File
@@ -106,7 +106,7 @@
"<span class='notice'>You begin to mend the incision in [target]'s [parse_zone(target_zone)]...</span>")
else if(istype(tool, /obj/item/weapon/reagent_containers/food/snacks/organ))
to_chat(user, "<span class='warning'>[tool] was biten by someone! It's too damaged to use!</span>")
to_chat(user, "<span class='warning'>[tool] was bitten by someone! It's too damaged to use!</span>")
return -1
/datum/surgery_step/manipulate_organs/success(mob/user, mob/living/carbon/target, target_zone, obj/item/tool, datum/surgery/surgery)