diff --git a/code/datums/diseases/kingstons.dm b/code/datums/diseases/kingstons.dm
index 0b2417d57f1..6592d22a662 100644
--- a/code/datums/diseases/kingstons.dm
+++ b/code/datums/diseases/kingstons.dm
@@ -17,9 +17,9 @@
if(1)
if(prob(10))
if(affected_mob.get_species() == "Tajaran")
- to_chat(affected_mob, "You feel good.")
+ to_chat(affected_mob, "You feel good.")
else
- to_chat(affected_mob, "You feel like playing with string.")
+ to_chat(affected_mob, "You feel like playing with string.")
if(2)
if(prob(10))
if(affected_mob.get_species() == "Tajaran")
diff --git a/code/datums/diseases/lycancoughy.dm b/code/datums/diseases/lycancoughy.dm
index 6ef2467d27e..69c1e46dde2 100644
--- a/code/datums/diseases/lycancoughy.dm
+++ b/code/datums/diseases/lycancoughy.dm
@@ -25,10 +25,10 @@
to_chat(affected_mob, "You crave meat.")
affected_mob.emote("cough")
if(prob(2))
- to_chat(affected_mob, "Your stomache growls!")
+ to_chat(affected_mob, "Your stomach growls!")
if(4)
if(prob(10))
- to_chat(affected_mob, "Your stomache barks?!")
+ to_chat(affected_mob, "Your stomach barks?!")
if(prob(5))
affected_mob.visible_message("[affected_mob] howls!", \
"You howl!")