mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 11:34:19 +01:00
Fix Typo cluches -> clutches (#17289)
Co-authored-by: Charlie <69320440+hal9000PR@users.noreply.github.com>
This commit is contained in:
@@ -355,7 +355,7 @@
|
||||
if(severity == 1) //lesser
|
||||
M.AdjustStuttering(1)
|
||||
if(effect <= 1)
|
||||
M.visible_message("<span class='warning'>[M] suddenly cluches [M.p_their()] gut!</span>")
|
||||
M.visible_message("<span class='warning'>[M] suddenly clutches [M.p_their()] gut!</span>")
|
||||
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("<span class='warning'>[M] suddenly cluches [M.p_their()] gut!</span>")
|
||||
M.visible_message("<span class='warning'>[M] suddenly clutches [M.p_their()] gut!</span>")
|
||||
M.emote("scream")
|
||||
update_flags |= M.Stun(7, FALSE)
|
||||
update_flags |= M.Weaken(7, FALSE)
|
||||
|
||||
Reference in New Issue
Block a user