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
+1 -1
View File
@@ -41,7 +41,7 @@
C.reagents.metabolize(C, can_overdose=TRUE)
if(damage > 10 && prob(damage/3))//the higher the damage the higher the probability
to_chat(C, "<span class='notice'>You feel [pick("nauseous", "dull pain in your lower body", "confused")].</span>")
to_chat(C, "<span class='notice'>You feel [pick("nauseated", "a dull pain in your lower body", "confused")].</span>")
if(damage > maxHealth)//cap liver damage
damage = maxHealth