Update bz mods to version 2
This commit is contained in:
parent
d2c1425fcb
commit
86d9d6ea7a
8 changed files with 30 additions and 30 deletions
|
|
@ -6,12 +6,12 @@ if util.me.ammo() then
|
|||
util.item("zirconium-plate", 1),
|
||||
}
|
||||
local ct = 1
|
||||
if mods.bztungsten then
|
||||
if mods.bztungsten2 then
|
||||
table.insert(mag, util.item("tungsten-carbide", 1))
|
||||
ct = ct + 1
|
||||
end
|
||||
-- add any other count-incrementing ingredients before silica, oil, and magazine
|
||||
if mods.bzsilicon then
|
||||
if mods["bzsilicon2"] then
|
||||
table.insert(mag, util.item("silica", ct))
|
||||
end
|
||||
table.insert(mag, {type="fluid", name="heavy-oil", amount=ct})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue