Merge pull request #5367 from Fox-McCloud/fix-copies

Illusion Simple Animals Have Attack Sounds
This commit is contained in:
TheDZD
2016-08-08 20:37:56 -04:00
committed by GitHub
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)