Fixed Version
This commit is contained in:
BIN
Box more! for metal redux 50/42/icon.png
Normal file
BIN
Box more! for metal redux 50/42/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.5 KiB |
10
Box more! for metal redux 50/42/media/lua/server/fix.lua
Normal file
10
Box more! for metal redux 50/42/media/lua/server/fix.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
local item = getScriptManager():FindItem("BoxOfSteelSheets",true)
|
||||
item:setActualWeight(4)
|
||||
local item2 = getScriptManager():FindItem("BoxOfSmallSteelSheets",true)
|
||||
item2:setActualWeight(2)
|
||||
local item3 = getScriptManager():FindItem("BoxOfIronPipes",true)
|
||||
item3:setActualWeight(3)
|
||||
local item4 = getScriptManager():FindItem("BoxOfSteelRods",true)
|
||||
item4:setActualWeight(3)
|
||||
local item5 = getScriptManager():FindItem("BoxOfScrapMetal",true)
|
||||
item5:setActualWeight(1)
|
||||
6
Box more! for metal redux 50/42/mod.info
Normal file
6
Box more! for metal redux 50/42/mod.info
Normal file
@@ -0,0 +1,6 @@
|
||||
name=Box more! 50% Metal Weight Compatibility Patch
|
||||
icon=icon.png
|
||||
poster=poster.png
|
||||
require=\50%metalweight,\Boxmore
|
||||
id=Boxmoremetalfix
|
||||
description=Patch for those with the 50% metal weight mod
|
||||
BIN
Box more! for metal redux 50/42/poster.png
Normal file
BIN
Box more! for metal redux 50/42/poster.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 82 KiB |
Reference in New Issue
Block a user