T: Make Konrad & Li'sar unnameable.
This commit is contained in:
parent
bcb06e4a7a
commit
c970efa6bf
3 changed files with 3 additions and 0 deletions
|
@ -93,6 +93,7 @@ function wml_actions.select_character()
|
|||
type = "Fighteress",
|
||||
id = unit.id,
|
||||
name = _"Li’sar",
|
||||
unrenamable = true,
|
||||
profile = "portraits/lisar.png",
|
||||
canrecruit = true,
|
||||
facing = unit.facing,
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
type=Fighter
|
||||
id=student
|
||||
name= _"Konrad"
|
||||
unrenamable=yes
|
||||
profile=portraits/konrad.png
|
||||
canrecruit=yes
|
||||
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
type=Fighter
|
||||
id=student
|
||||
name= _ "Konrad"
|
||||
unrenamable=yes
|
||||
canrecruit=yes
|
||||
|
||||
facing=se
|
||||
|
|
Loading…
Add table
Reference in a new issue