Skip to content
Snippets Groups Projects
Commit c9823c25 authored by Eric Wykoff's avatar Eric Wykoff
Browse files

so the curious don't blow up the world

parent 8c0c0b87
No related branches found
No related tags found
No related merge requests found
......@@ -207,6 +207,9 @@ makeParadoxClone = function(self, target, duration)
end
end
-- And finally, a bit of sanity in case anyone decides they should blow up the world..
if m.preferred_paradox and m.preferred_paradox > 300 then m.preferred_paradox = 300 end
return m
end
......
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