mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
Merge pull request #5367 from Fox-McCloud/fix-copies
Illusion Simple Animals Have Attack Sounds
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user