Files
tbd-station-14/Resources/Locale/en-US/objectives/commands/addobjectives.ftl
nikthechampiongr 4b8bedaeef Add completions to addobjective and localize it (#30456)
* Add completions to addobjective and localise it

* Cleanup

* Fix

* Make a manager to handle subscribtion completion options

This is so we can unsubscribe to prototype reloads properly

* Convert the manager into a system

* Move the system into the systems folder

I forgor

* Merge CompletionsSystem into ObjectivesSystem
2024-09-08 17:28:43 +10:00

13 lines
623 B
Plaintext

# addobjectives
cmd-addobjective-desc = Adds an objective to the player's mind.
cmd-addobjective-help = addobjective <username> <objectiveID>
cmd-addobjective-invalid-args = Expected exactly 2 arguments.
cmd-addobjective-player-not-found = Can't find the playerdata.
cmd-addobjective-mind-not-found = Can't find the mind.
cmd-addobjective-objective-not-found = Can't find matching objective prototype {$obj}
cmd-addobjective-adding-failed = Failed to add the objective. Maybe requirements dont allow that objective to be added.
cmd-addobjective-player-completion = <Player>
cmd-add-objective-obj-completion = <Objective>