Repairable Component (#3418)
* Adds a repairable component * Ignores RepairableComponent in the client * fix localization * fix localization
This commit is contained in:
10
Resources/Locale/en-US/components/repairable-component.ftl
Normal file
10
Resources/Locale/en-US/components/repairable-component.ftl
Normal file
@@ -0,0 +1,10 @@
|
||||
### Interaction Messages
|
||||
|
||||
# Shown when repairing something
|
||||
comp-repairable-repair = You repair {PROPER($target) ->
|
||||
[true] {""}
|
||||
*[false] the{" "}
|
||||
}{$target} with {PROPER($welder) ->
|
||||
[true] {""}
|
||||
*[false] the{" "}
|
||||
}{$welder}
|
||||
Reference in New Issue
Block a user