Duh. Set Garak's portrait at Captain level.

This commit is contained in:
Eric S. Raymond 2007-04-16 02:17:34 +00:00
parent d30eff33ec
commit 4855f9c1bb
2 changed files with 2 additions and 1 deletions

View File

@ -578,6 +578,7 @@ name=moveto
type=Desert Captain type=Desert Captain
description=Garak description=Garak
user_description= _ "Garak" user_description= _ "Garak"
profile=portraits/garak.png
upkeep=full upkeep=full
x=35 x=35
y=34 y=34
@ -589,6 +590,7 @@ name=moveto
[object] [object]
duration=forever duration=forever
[effect] [effect]
# He only gets this effect at Captain level.
unit_type="Desert Captain" unit_type="Desert Captain"
apply_to=attack apply_to=attack
range=ranged range=ranged

View File

@ -1,3 +1,2 @@
# Make sure our special units keep the right portraits as they advance # Make sure our special units keep the right portraits as they advance
{SET_PORTRAIT_ON_ADVANCE "Elyssa" "Silver Mage" "portraits/elyssa_silver.png"} {SET_PORTRAIT_ON_ADVANCE "Elyssa" "Silver Mage" "portraits/elyssa_silver.png"}
{SET_PORTRAIT_ON_ADVANCE "Garak" "Desert Marshal" "portraits/garak.png"}