11 lines
226 B
Plaintext
11 lines
226 B
Plaintext
### Interaction Messages
|
|
|
|
# Shown when repairing something
|
|
comp-repairable-repair = You repair {PROPER($target) ->
|
|
[true] {""}
|
|
*[false] the{" "}
|
|
}{$target} with {PROPER($tool) ->
|
|
[true] {""}
|
|
*[false] the{" "}
|
|
}{$tool}
|