Allows the use of stun weapons to show up in autopsies

Conflicts:
	code/game/objects/items/weapons/stunbaton.dm
	code/modules/mob/living/carbon/human/human_defense.dm
This commit is contained in:
mwerezak
2014-07-31 17:01:06 -04:00
committed by ZomgPonies
parent bbdd4641d0
commit 279718728f
3 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -162,7 +162,7 @@
if (contact)
msg_admin_attack("[key_name(user)] attempted to stun [key_name(L)] with the [src].")
L.stun_effect_act(stun, agony, target_zone)
L.stun_effect_act(stun, agony, target_zone, src)
playsound(loc, 'sound/weapons/Egloves.ogg', 50, 1, -1)
msg_admin_attack("[key_name(user)] stunned [key_name(L)] with the [src].")