Handholding

This commit is contained in:
Atermonera
2020-02-28 17:56:17 -08:00
committed by VirgoBot
parent a5ce35be95
commit e47443a58c
@@ -126,10 +126,14 @@
H.do_attack_animation(src)
playsound(loc, 'sound/weapons/thudswoosh.ogg', 50, 1, -1)
<<<<<<< HEAD
//VORESTATION EDIT
visible_message("<span class='warning'>[M] has grabbed [src] [(M.zone_sel.selecting == BP_L_HAND || M.zone_sel.selecting == BP_R_HAND)? "by [(gender==FEMALE)? "her" : ((gender==MALE)? "his": "their")] hands": "passively"]!</span>")
//VORESTATION END END
=======
visible_message("<span class='warning'>[M] has grabbed [src][(M.zone_sel.selecting == "l_hand" || M.zone_sel.selecting == "r_hand")? " by their hands!":" passively!"]</span>")
>>>>>>> 381a613... Merge pull request #6754 from listerla/handholding
return TRUE
if(I_HURT)