Skip to content
Snippets Groups Projects
Commit f15e34b2 authored by Samuel Wegner's avatar Samuel Wegner
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 57a00b68
No related branches found
No related tags found
No related merge requests found
......@@ -325,7 +325,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