Add autocompletion and confirmation to docking command (#14806)

This commit is contained in:
metalgearsloth
2023-03-23 23:50:50 +11:00
committed by GitHub
parent 635aa7e999
commit 86edcb960d
2 changed files with 40 additions and 7 deletions

View File

@@ -1,2 +1,11 @@
docking-component-dock = Dock
docking-component-undock = Undock
cmd-dock-desc = Attempts to dock 2 airlocks together. Doesn't check whether it is valid.
cmd-dock-help = dock <airlock entityuid1> <airlock entityuid2>
cmd-dock-args = Invalid number of args
cmd-dock-invalid = Invalid EntityUid {$entity}
cmd-dock-found = No docking component found on {$airlock}
cmd-dock-success = Successfully docked
cmd-dock-fail = Unable to dock