From a9b3e6a514bf49912b8dea17511eabf309c91746 Mon Sep 17 00:00:00 2001
From: silicons <2003111+silicons@users.noreply.github.com>
Date: Thu, 14 Jan 2021 04:33:15 -0700
Subject: [PATCH] Update carbon_defense.dm
---
code/modules/mob/living/carbon/carbon_defense.dm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/code/modules/mob/living/carbon/carbon_defense.dm b/code/modules/mob/living/carbon/carbon_defense.dm
index 35b6d5eb31..b2c14c30fe 100644
--- a/code/modules/mob/living/carbon/carbon_defense.dm
+++ b/code/modules/mob/living/carbon/carbon_defense.dm
@@ -307,7 +307,7 @@
if((pulling == M) && (grab_state == GRAB_PASSIVE))
M.visible_message( \
"[M] squeezes [src]'s hand.", \
- "You shake [src]'s hand.", target = src,
+ "You squeeze [src]'s hand.", target = src,
target_message = "[M] squeezes your hand.")
else
M.visible_message( \