It works now.

This commit is contained in:
Ghommie
2019-11-18 18:30:46 +01:00
parent 6e9d2d57c0
commit bddb437872
19 changed files with 244 additions and 229 deletions
@@ -482,11 +482,9 @@
user.do_attack_animation(L)
if(ishuman(L))
var/mob/living/carbon/human/H = L
if(H.check_shields(src, 0, "[user]'s [name]", MELEE_ATTACK))
playsound(L, 'sound/weapons/genhit.ogg', 50, 1)
return 0
if(L.check_shields(src, 0, "[user]'s [name]", MELEE_ATTACK))
playsound(L, 'sound/weapons/genhit.ogg', 50, 1)
return 0
switch (mode)
if(BATON_STUN)