From cfa4d63233ed968d447b16a084f2923906342d76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Alves?= Date: Fri, 31 Dec 2021 18:10:35 +0000 Subject: [PATCH] Fix Typo cluches -> clutches (#17289) Co-authored-by: Charlie <69320440+hal9000PR@users.noreply.github.com> --- code/modules/reagents/chemistry/reagents/medicine.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/reagents/chemistry/reagents/medicine.dm b/code/modules/reagents/chemistry/reagents/medicine.dm index 78862b99425..30753f4510c 100644 --- a/code/modules/reagents/chemistry/reagents/medicine.dm +++ b/code/modules/reagents/chemistry/reagents/medicine.dm @@ -355,7 +355,7 @@ if(severity == 1) //lesser M.AdjustStuttering(1) if(effect <= 1) - M.visible_message("[M] suddenly cluches [M.p_their()] gut!") + M.visible_message("[M] suddenly clutches [M.p_their()] gut!") M.emote("scream") update_flags |= M.Stun(4, FALSE) update_flags |= M.Weaken(4, FALSE) @@ -371,7 +371,7 @@ M.Jitter(30) else if(severity == 2) // greater if(effect <= 2) - M.visible_message("[M] suddenly cluches [M.p_their()] gut!") + M.visible_message("[M] suddenly clutches [M.p_their()] gut!") M.emote("scream") update_flags |= M.Stun(7, FALSE) update_flags |= M.Weaken(7, FALSE)