mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Merge branch 'master' of https://github.com/FlightControl-Master/MOOSE
This commit is contained in:
commit
9fde88d61a
@ -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