2021-02-26 22:56:32 -04:00
|
|
|
### Interaction Messages
|
|
|
|
|
|
|
|
|
|
# Shown when repairing something
|
|
|
|
|
comp-repairable-repair = You repair {PROPER($target) ->
|
|
|
|
|
[true] {""}
|
|
|
|
|
*[false] the{" "}
|
2021-10-07 13:01:27 +02:00
|
|
|
}{$target} with {PROPER($tool) ->
|
2021-02-26 22:56:32 -04:00
|
|
|
[true] {""}
|
|
|
|
|
*[false] the{" "}
|
2021-10-07 13:01:27 +02:00
|
|
|
}{$tool}
|