Module:Sandbox/User:Teamtoto/LuaModule: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 64: Line 64:


-- Add stat bonuses from subtype and mutations/cybernetics...
-- Add stat bonuses from subtype and mutations/cybernetics...
local bonusInt= data.getTotalStatBonuses(subtype, ext)
local bonusInt= data.getTotalStatBonuses(subtype, exts)
for name, num in pairs(bonusInt) do
for name, num in pairs(bonusInt) do
if num > 0 then
if num > 0 then