diff --git a/code/datums/diseases/kingstons.dm b/code/datums/diseases/kingstons.dm index ffe151cf8764b..4575ae7698db9 100644 --- a/code/datums/diseases/kingstons.dm +++ b/code/datums/diseases/kingstons.dm @@ -91,7 +91,7 @@ "Your body mutates into a [initial(chosentype.name)]!") twisted.set_species(chosentype, retain_damage = TRUE) else - twisted.visible_message("[twisted] scratches at thier skin!", \ + twisted.visible_message("[twisted] scratches at their skin!", \ "You scratch your skin to try not to itch!") twisted.adjustBruteLoss(-5) twisted.adjustStaminaLoss(5)