Puddles & spreader refactor (#15191)
This commit is contained in:
@@ -1,15 +1,8 @@
|
||||
|
||||
mopping-system-tool-full = { CAPITALIZE(THE($used)) } is full!
|
||||
mopping-system-puddle-diluted = You dilute the puddle.
|
||||
mopping-system-puddle-success = You mop the puddle.
|
||||
mopping-system-release-to-floor = You squeeze some liquid onto the floor.
|
||||
|
||||
mopping-system-target-container-full = { CAPITALIZE(THE($target)) } is full!
|
||||
mopping-system-target-container-empty = { CAPITALIZE(THE($target)) } is empty!
|
||||
mopping-system-target-container-too-small = { CAPITALIZE(THE($target)) } is too small for that!
|
||||
mopping-system-refillable-success = You wring { THE($used) } into { THE($target) }.
|
||||
mopping-system-drainable-success = You wet { THE($used) } from { THE($target) }.
|
||||
mopping-system-target-container-empty-water = { CAPITALIZE(THE($target)) } has no water!
|
||||
mopping-system-puddle-space = { THE($used) } is full of water
|
||||
mopping-system-puddle-evaporate = { THE($target) } is evaporating
|
||||
mopping-system-no-water = { THE($used) } has no water!
|
||||
|
||||
mopping-system-hand-squeeze-still-wet = You wring { THE($used) } with your hands. It's still wet.
|
||||
mopping-system-hand-squeeze-little-wet = You wring { THE($used) } with your hands. It's still a little wet.
|
||||
mopping-system-hand-squeeze-dry = You wring { THE($used) } with your hands. It's pretty much dry.
|
||||
mopping-system-full = { THE($used) } is full!
|
||||
mopping-system-empty = { THE($used) } is empty!
|
||||
|
||||
@@ -1,2 +1,5 @@
|
||||
puddle-component-examine-is-slipper-text = It looks slippery.
|
||||
puddle-component-examine-is-slipper-text = It looks [color=#169C9C]slippery[/color].
|
||||
puddle-component-examine-evaporating = It is [color=#5E7C16]evaporating[/color].
|
||||
puddle-component-examine-evaporating-partial = It is [color=#FED83D]partially evaporating[/color].
|
||||
puddle-component-examine-evaporating-no = It is [color=#B02E26]not evaporating[/color].
|
||||
puddle-component-slipped-touch-reaction = The chemicals in {THE($puddle)} get on your skin!
|
||||
|
||||
Reference in New Issue
Block a user