Skip to content

Commit

Permalink
Merge pull request #35 from ARF-SS13/fenwork
Browse files Browse the repository at this point in the history
Fenwork
  • Loading branch information
Tk420634 committed Jul 18, 2024
2 parents 74c192f + 1a24e7e commit 3771794
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/emote.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion code/modules/surgery/organs/liver.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
. = ..()
Expand Down

0 comments on commit 3771794

Please sign in to comment.