Skip to content
Snippets Groups Projects
Commit 8fcfd0a1 authored by Samuel Wegner's avatar Samuel Wegner
Browse files

Set minimum duration

parent dd24e023
No related branches found
No related tags found
1 merge request!295Warden's Call partial fix
......@@ -289,6 +289,7 @@ end
-- @return a reference to the clone on success, or nil on failure
makeParadoxClone = function(self, target, duration, alt_nodes)
if not target or not duration then return nil end
if duration < 0 then duration = 0 end
-- Don't copy certain properties from the target
alt_nodes = alt_nodes or {}
......
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