Add attack log to stun gloves

This commit is contained in:
variableundefined
2018-11-01 07:24:22 +08:00
parent 7dc3e8b4ff
commit cea8b8294d
@@ -96,6 +96,7 @@
playsound(loc, 'sound/weapons/Egloves.ogg', 50, 1, -1)
H.do_attack_animation(C)
visible_message("<span class='danger'>[C] has been touched with [src] by [H]!</span>")
add_attack_logs(H, C, "Touched with stun gloves")
C.Stun(stun_strength)
C.Weaken(stun_strength)
C.apply_effect(STUTTER, stun_strength)