From e8d43dac8752efc3ab93f704cdfa2422bd108ed6 Mon Sep 17 00:00:00 2001
From: r4d6 <50276533+r4d6@users.noreply.github.com>
Date: Mon, 16 Dec 2019 06:27:18 -0500
Subject: [PATCH] Port boops and handshakes
---
code/modules/mob/living/carbon/carbon_defense.dm | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/code/modules/mob/living/carbon/carbon_defense.dm b/code/modules/mob/living/carbon/carbon_defense.dm
index c5aeb2c1c7..2828dca8a3 100644
--- a/code/modules/mob/living/carbon/carbon_defense.dm
+++ b/code/modules/mob/living/carbon/carbon_defense.dm
@@ -316,7 +316,17 @@
else
return
-
+
+ else if(H.zone_sel.selecting == "r_hand" || H.zone_sel.selecting == "l_hand")
+ H.visible_message( \
+ "[H] shakes [target]'s hand.", \
+ "You shake [target]'s hand.", )
+
+ else if(H.zone_sel.selecting == "mouth") // I ADDED BOOP-EH-DEH-NOSEH - Jon
+ H.visible_message( \
+ "[H] boops [target]'s nose.", \
+ "You boop [target] on the nose.", )
+
else
M.visible_message("[M] hugs [src] to make [p_them()] feel better!", \
"You hug [src] to make [p_them()] feel better!")