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:
Irradiation
2020-04-09 18:15:45 -04:00
committed by GitHub
parent b2253c889a
commit aa0423fa0c

View File

@@ -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)