Skip to content
Snippets Groups Projects
Commit 1f2aa370 authored by Samuel Wegner's avatar Samuel Wegner Committed by DarkGod
Browse files

Leave dead flag as is

It's probably safer not to change this, on the off chance that we
actually spawn a clone of a dead actor.
parent f85ad579
No related branches found
No related tags found
No related merge requests found
......@@ -322,7 +322,6 @@ makeParadoxClone = function(self, target, duration, alt_nodes)
local m = target:cloneCustom(alt_nodes)
-- Basic setup
m.dead = false
m.no_drops = true
m.keep_inven_on_death = false
m.faction = target.faction
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment