We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aacf9f commit 59c7107Copy full SHA for 59c7107
code/datums/diseases/kingstons.dm
@@ -91,7 +91,7 @@
91
"<span class='userdanger'>Your body mutates into a [initial(chosentype.name)]!</span>")
92
twisted.set_species(chosentype, retain_damage = TRUE)
93
else
94
- twisted.visible_message("<span class='danger'>[twisted] scratches at thier skin!</span>", \
+ twisted.visible_message("<span class='danger'>[twisted] scratches at their skin!</span>", \
95
"<span class='userdanger'>You scratch your skin to try not to itch!</span>")
96
twisted.adjustBruteLoss(-5)
97
twisted.adjustStaminaLoss(5)
0 commit comments