Merge branch 'FF/Ops' into FF/OpsDev

This commit is contained in:
Frank
2023-11-02 20:33:53 +01:00
10 changed files with 41 additions and 23 deletions

View File

@@ -283,7 +283,7 @@ function STORAGE:SetLiquid(Type, Amount)
self:T(self.lid..string.format("Setting liquid %s to N=%d", self:GetLiquidName(Type), Amount))
self.warehouse:setLiquid(Type, Amount)
self.warehouse:setLiquidAmount(Type, Amount)
return self
end