From 59c71079fb95336aab38870533bf26bbb179c0fd Mon Sep 17 00:00:00 2001 From: GDN <96800819+GDNgit@users.noreply.github.com> Date: Thu, 20 Oct 2022 14:35:41 -0500 Subject: [PATCH] spell/vibe check adv kingstons (#19439) --- code/datums/diseases/kingstons.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/diseases/kingstons.dm b/code/datums/diseases/kingstons.dm index ffe151cf876..4575ae7698d 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)