diff --git a/code/modules/mob/living/carbon/emote.dm b/code/modules/mob/living/carbon/emote.dm index f0ccfa1a08..0060ed912f 100644 --- a/code/modules/mob/living/carbon/emote.dm +++ b/code/modules/mob/living/carbon/emote.dm @@ -288,7 +288,7 @@ //Biter// /datum/emote/living/carbon/bite key = "bite" - key_third_person = "bites" + key_third_person = "bite" restraint_check = TRUE /datum/emote/living/carbon/bite/run_emote(mob/living/user) diff --git a/code/modules/surgery/organs/liver.dm b/code/modules/surgery/organs/liver.dm index 49586a3c77..7e8b172c85 100755 --- a/code/modules/surgery/organs/liver.dm +++ b/code/modules/surgery/organs/liver.dm @@ -43,7 +43,7 @@ owner.reagents.metabolize(owner, can_overdose=TRUE) if(damage > 10 && prob(damage/3))//the higher the damage the higher the probability - to_chat(owner, span_warning("I feel a dull pain in your abdomen.")) + to_chat(owner, span_warning("I feel a dull pain in my abdomen.")) /obj/item/organ/liver/applyOrganDamage(d, maximum = maxHealth) . = ..()