Merge pull request #1782 from Citadel-Station-13/upstream-merge-28789

[MIRROR] Fixes resin attack message
This commit is contained in:
LetterJay
2017-06-26 06:18:36 -05:00
committed by GitHub

View File

@@ -220,7 +220,7 @@
/obj/structure/foamedmetal/attack_hand(mob/user)
user.changeNext_move(CLICK_CD_MELEE)
user.do_attack_animation(src, ATTACK_EFFECT_PUNCH)
to_chat(user, "<span class='warning'>You hit the metal foam but bounce off it!</span>")
to_chat(user, "<span class='warning'>You hit [src] but bounce off it!</span>")
playsound(src.loc, 'sound/weapons/tap.ogg', 100, 1)
/obj/structure/foamedmetal/CanPass(atom/movable/mover, turf/target, height=1.5)