Illusion Simple Animals Have Attack Sounds

This commit is contained in:
Fox-McCloud
2016-08-08 00:20:13 -04:00
parent ebb83acd5c
commit aa1e0407d4
2 changed files with 2 additions and 0 deletions
@@ -365,6 +365,7 @@
if(!L.stat && prob(50))
var/mob/living/simple_animal/hostile/illusion/M = new(user.loc)
M.faction = user.faction.Copy()
M.attack_sound = hitsound
M.Copy_Parent(user, 100, user.health/2.5, 12, 30)
M.GiveTarget(L)