Expose player names to localization.
This commit is contained in:
committed by
Gustas
parent
9a46f3053a
commit
4e5556dccc
@@ -751,3 +751,7 @@ actor-cahosp =
|
||||
.name = Civilian Hospital
|
||||
.captured-desc = Provides infantry with self-healing.
|
||||
.capturable-desc = Capture to enable self-healing for infantry.
|
||||
|
||||
## ai.yaml
|
||||
bot-test-ai =
|
||||
.name = Test AI
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Player:
|
||||
ModularBot@TestAI:
|
||||
Name: Test AI
|
||||
ModularBot@bot-test-ai:
|
||||
Name: bot-test-ai.name
|
||||
Type: test
|
||||
GrantConditionOnBotOwner@test:
|
||||
Condition: enable-test-ai
|
||||
|
||||
Reference in New Issue
Block a user