Tweaks the denecrotizer

Now it should make things with home turfs not go back to them if you revive them
This commit is contained in:
VerySoft
2021-06-18 20:27:05 -04:00
parent a89400c8e6
commit 9edc46bc4b
@@ -116,6 +116,7 @@
if(do_after(user, revive_time, exclusive = 1, target = target))
target.faction = user.faction
target.revivedby = user.name
target.ai_holder.returns_home = 0
target.revive()
target.sight = initial(target.sight)
target.see_in_dark = initial(target.see_in_dark)