From 7000a3bfdaee43ddfa41fd2eb4c15d4c473aabda Mon Sep 17 00:00:00 2001 From: GDN Date: Tue, 18 Oct 2022 20:04:42 -0500 Subject: [PATCH] spell/vibe check adv kingstons --- 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 ffe151cf8764..4575ae7698db 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)