Fix some image paths that had a spurious "images/" component...
...at the beginning (bug #13151). Per Bob's suggestion, changed the dwarf portrait to be of the Lord rather than the Guard. There's no such thing as an Elvish Marshal portrait at the moment, so it'll stay with the high-lord portrait.
This commit is contained in:
parent
43d1fac044
commit
02c54fee74
1 changed files with 2 additions and 2 deletions
|
@ -376,7 +376,7 @@ Negotiation Progress: $player_$side_number|.leader_option_2.progress|/$player_$s
|
|||
[message]
|
||||
speaker=narrator
|
||||
caption=_ "Negotiation Complete"
|
||||
image="images/portraits/dwarves/guard.png"
|
||||
image="portraits/dwarves/lord.png"
|
||||
#wmllint: display on
|
||||
message= _ "Our talks are complete - the Dwarves will gladly fight by your side. Which of our brethren do you want to recruit?"
|
||||
#wmllint: display off
|
||||
|
@ -398,7 +398,7 @@ Negotiation Progress: $player_$side_number|.leader_option_2.progress|/$player_$s
|
|||
[message]
|
||||
speaker=narrator
|
||||
caption=_ "Negotiation Complete"
|
||||
image="images/portraits/elves/high-lord.png"
|
||||
image="portraits/elves/high-lord.png"
|
||||
#wmllint: display on
|
||||
message= _ "Our talks are complete - the Elves shall aid you in this battle. Which our of kin do you wish to recruit?"
|
||||
#wmllint: display off
|
||||
|
|
Loading…
Add table
Reference in a new issue