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

fix

parent 9c74b115
No related branches found
No related tags found
No related merge requests found
......@@ -195,7 +195,7 @@ getExtensionModifier = function(self, t, value)
end
-- paradox modifier rounds down
value = math.floor(valeu * pm)
value = math.floor(value * pm)
-- extension modifier rounds up
value = math.ceil(value * mod)
......
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