Merge pull request #14197 from farie82/mech-hand-attack-notice

Makes the attack_hand on mechs and borgs less annoying
This commit is contained in:
AffectedArc07
2020-09-02 11:01:35 +01:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
@@ -64,6 +64,6 @@
else
M.do_attack_animation(src, ATTACK_EFFECT_PUNCH)
playsound(loc, 'sound/effects/bang.ogg', 10, 1)
visible_message("<span class='danger'>[M] punches [src], but doesn't leave a dent.</span>", \
"<span class='userdanger'>[M] punches [src], but doesn't leave a dent.!</span>")
visible_message("<span class='notice'>[M] punches [src], but doesn't leave a dent.</span>", \
"<span class='notice'>[M] punches [src], but doesn't leave a dent.</span>")
return FALSE