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
@@ -53,6 +53,7 @@
return
var/mob/living/simple_animal/hostile/illusion/M = new(loc)
M.faction = faction.Copy()
M.attack_sound = attack_sound
M.Copy_Parent(parent_mob, 80, health/2, melee_damage_upper, multiply_chance/2)
M.GiveTarget(L)