Update mob.dm

This commit is contained in:
deathride58
2017-12-27 21:48:18 -05:00
committed by GitHub
parent c8788ed4f7
commit 36d8ff1811
-4
View File
@@ -362,11 +362,7 @@
add_logs(src, M, "grabbed", addition="passive grab")
if(!supress_message)
<<<<<<< HEAD
visible_message("<span class='warning'>[src] has grabbed [M] passively!</span>")
=======
visible_message("<span class='warning'>[src] has grabbed [M][(zone_selected == "l_arm" || zone_selected == "r_arm")? " by their hands":" passively"]!</span>")
>>>>>>> af87ed3... grammar
if(!iscarbon(src))
M.LAssailant = null
else