mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Update Storage.lua
This commit is contained in:
parent
1561f49c9c
commit
36d9460cdf
@ -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: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
|
return self
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user