This commit is contained in:
Fox-McCloud
2016-07-02 14:10:16 -04:00
parent d98af32ce1
commit 85384036e9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -136,7 +136,7 @@
var/mob/living/carbon/human/H = L
if(H.check_shields(0, "[user]'s [name]")) //No message; check_shields() handles that
playsound(L, 'sound/weapons/Genhit.ogg', 50, 1)
return 0
return
user.lastattacked = L
L.lastattacker = user
@@ -54,7 +54,7 @@
if(ishuman(target))
var/mob/living/carbon/human/H = target
if(H.check_shields(0, "[user]'s [name]"))
return
return 0
playsound(get_turf(src), 'sound/effects/woodhit.ogg', 75, 1, -1)
target.Weaken(3)
add_logs(target, user, "stunned", object="[src]")