From 106937961cf9673ea3ff296cd26a86f716f7cf6a Mon Sep 17 00:00:00 2001
From: nervere <26285377+nervere@users.noreply.github.com>
Date: Tue, 29 Jan 2019 21:04:31 -0500
Subject: [PATCH] adds handholding
---
code/modules/mob/living/living.dm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/code/modules/mob/living/living.dm b/code/modules/mob/living/living.dm
index c56ea07ca31..b9156e0a3ae 100644
--- a/code/modules/mob/living/living.dm
+++ b/code/modules/mob/living/living.dm
@@ -266,7 +266,7 @@
log_combat(src, M, "grabbed", addition="passive grab")
if(!supress_message && !(iscarbon(AM) && has_trait(TRAIT_STRONG_GRABBER)))
- visible_message("[src] has grabbed [M] passively!")
+ visible_message("[src] has grabbed [M][(zone_selected == "l_arm" || zone_selected == "r_arm")? " by their hands!":" passively!"]")
if(!iscarbon(src))
M.LAssailant = null
else