Add "already full" message when refilling welder (#10491)

This commit is contained in:
Kevin Zheng
2022-08-17 19:30:12 -07:00
committed by GitHub
parent c4261a7c01
commit 36e42aa29b
3 changed files with 11 additions and 7 deletions

View File

@@ -1,16 +1,16 @@
ent-WeldingFuelTank = Fuel tank
ent-WeldingFuelTank = fuel tank
.desc = A fuel tank. It's used to store high amounts of fuel.
ent-WeldingFuelTankFull = { ent-WeldingFuelTank }
.desc = { ent-WeldingFuelTank.desc }
ent-WaterTank = Water tank
ent-WaterTank = water tank
.desc = A water tank. It's used to store high amounts of water.
ent-WaterTankFull = { ent-WaterTank }
.desc = { ent-WaterTank.desc }
ent-WaterCooler = Water cooler
ent-WaterCooler = water cooler
.desc = Seems like a good place to stand and waste time.
ent-WaterTankHighCapacity = High-capacity water tank

View File

@@ -1,7 +1,7 @@
welder-component-welder-not-lit-message = The welder is turned off!
welder-component-cannot-weld-message = The welder does not have enough fuel for that!
welder-component-no-fuel-message = The welder has no fuel left!
welder-component-no-fuel-in-tank = {$owner} is empty
welder-component-no-fuel-in-tank = The {$owner} is empty.
welder-component-on-examine-welder-lit-message = [color=orange]Lit[/color]
welder-component-on-examine-welder-not-lit-message = Not lit
welder-component-on-examine-detailed-message = Fuel: [color={$colorName}]{$fuelLeft}/{$fuelCapacity}[/color]. {$status}
@@ -10,3 +10,4 @@ welder-component-suicide-lit-message = You weld your every orifice closed!
welder-component-suicide-unlit-others-message = {$victim} bashes themselves with the unlit welding torch!
welder-component-suicide-unlit-message = You bash yourself with the unlit welding torch!
welder-component-after-interact-refueled-message = Refueled!
welder-component-already-full = The welder is already full.