Skip to content

Commit

Permalink
Display left-facing Delfador portraits on the right.
Browse files Browse the repository at this point in the history
Some of Delfador's portraits face to the left. A cosmetic change only, but we prefer to such portraits to be displayed to the right of the dialogue so that they face the 'middle'. It also gives impression of a conversation with a right-facing portrait displayed (by default) on the left.

Resolves #4345.

[ci skip]

(cherry picked from commit d29e73e)
  • Loading branch information
Wedge009 committed Oct 25, 2019
1 parent b8ef1da commit ec3ebac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions data/campaigns/Delfadors_Memoirs/utils/characters.cfg
Expand Up @@ -42,7 +42,7 @@
[filter]
type=Mage Commander,Mage Magister
[/filter]
portrait=portraits/young_delfador.png
portrait=portraits/young_delfador.png~RIGHT()
[/effect]
[/object]
[/modifications]
Expand All @@ -52,7 +52,7 @@
id=Delfador
name= _"Delfador"
type=Elder Mage
profile="portraits/old_delfador.png"
profile="portraits/old_delfador.png~RIGHT()"
canrecruit=yes
unrenamable=yes
[modifications]
Expand Down
Expand Up @@ -603,7 +603,7 @@
message= _ "The party rested for three days, after which an old friend returned."
[/message]

{VARIABLE delfador_store.profile "portraits/delfador.png"}
{VARIABLE delfador_store.profile "portraits/delfador.png~RIGHT()"}
{RESTORE_DELFADOR}
{RESTORE_KALENZ}

Expand Down
2 changes: 1 addition & 1 deletion data/campaigns/Heir_To_The_Throne/utils/httt_utils.cfg
Expand Up @@ -686,7 +686,7 @@ fire: +10%"
[unit]
id=Delfador
name= _ "Delfador"
profile=portraits/delfador-elvish.png
profile=portraits/delfador-elvish.png~RIGHT()
unrenamable=yes
type=Elder Mage
{PLACEMENT}
Expand Down

0 comments on commit ec3ebac

Please sign in to comment.