Character menu issuer localization (#29840)
* Update CharacterUIController.cs * TODO Burn this shit * huh? * huh! --------- Co-authored-by: lzk <124214523+lzk228@users.noreply.github.com>
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
- type: Objective
|
||||
# difficulty isn't used at all since objective are fixed
|
||||
difficulty: 1.5
|
||||
issuer: dragon
|
||||
issuer: objective-issuer-dragon
|
||||
- type: RoleRequirement
|
||||
roles:
|
||||
components:
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
- type: Objective
|
||||
# difficulty isn't used since all objectives are picked
|
||||
difficulty: 1.5
|
||||
issuer: spiderclan
|
||||
issuer: objective-issuer-spiderclan
|
||||
- type: RoleRequirement
|
||||
roles:
|
||||
components:
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
id: BaseThiefObjective
|
||||
components:
|
||||
- type: Objective
|
||||
issuer: thief
|
||||
issuer: objective-issuer-thief
|
||||
- type: RoleRequirement
|
||||
roles:
|
||||
components:
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
id: BaseTraitorObjective
|
||||
components:
|
||||
- type: Objective
|
||||
issuer: syndicate
|
||||
issuer: objective-issuer-syndicate
|
||||
- type: RoleRequirement
|
||||
roles:
|
||||
components:
|
||||
|
||||
Reference in New Issue
Block a user