Replace nauseous with nauseated (#37927)

This commit is contained in:
Nich
2018-05-21 10:05:57 +02:00
committed by letterjay
parent 6963275d45
commit 177139a1d3
7 changed files with 8 additions and 8 deletions
@@ -122,7 +122,7 @@
owner.grant_language(/datum/language/slime)
/obj/item/organ/heart/gland/slime/activate()
to_chat(owner, "<span class='warning'>You feel nauseous!</span>")
to_chat(owner, "<span class='warning'>You feel nauseated!</span>")
owner.vomit(20)
var/mob/living/simple_animal/slime/Slime = new(get_turf(owner), "grey")