mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Putrid zombies will no longer attack zombies that they create. (#26120)
* Putrid zombies will no longer attack zombies that they create. Fixes [#25426] * forgot to delete dis
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
if(ghost && ghost.can_reenter_corpse)
|
||||
key = mind.key // Force the ghost in here
|
||||
if(Owner)
|
||||
faction = "\ref[Owner]"
|
||||
faction = "necro"
|
||||
friends.Add(Owner)
|
||||
creator = Owner
|
||||
if(client)
|
||||
|
||||
Reference in New Issue
Block a user