5 lines
120 B
Lua
5 lines
120 B
Lua
function update(data)
|
|
data.inventory.reagentBag = jarray()
|
|
jresize(data.inventory.reagentBag, 40)
|
|
return data
|
|
end
|