basically revert my changes since they seem to not be needed
but changed the order of units in the [role] block to be highest level first and added the lvl3 units since a unit could have leveld
This commit is contained in:
parent
5569723c1c
commit
0aa71c7bf8
2 changed files with 7 additions and 5 deletions
|
@ -278,13 +278,15 @@
|
|||
{MODIFY_UNIT description=Baldras profile portraits/p_baldras.png}
|
||||
{MODIFY_UNIT description=Harper profile portraits/p_harper.png}
|
||||
|
||||
[kill]
|
||||
#clean up duplicates out of the recall list
|
||||
[store_unit]
|
||||
variable=cleanup_store
|
||||
kill=yes
|
||||
[filter]
|
||||
type=Footpad_Peasant,Outlaw_Peasant,Fugitive_Peasant,Thug_Peasant,Bandit_Peasant,Highwayman_Peasant,Poacher_Peasant,Trapper_Peasant,Huntsman_Peasant
|
||||
[/filter]
|
||||
animate=no
|
||||
fire_event=no
|
||||
[/kill]
|
||||
[/store_unit]
|
||||
{CLEAR_VARIABLE cleanup_store}
|
||||
|
||||
[disallow_recruit]
|
||||
side=1
|
||||
|
|
|
@ -147,7 +147,7 @@
|
|||
description=Harper
|
||||
[/recall]
|
||||
[role]
|
||||
type=Outlaw_Peasant,Trapper_Peasant,Thug_Peasant,Poacher_Peasant,Footpad_Peasant,Bandit_Peasant
|
||||
type=Huntsman,Ranger,Fugitive,Highwayman,Outlaw,Trapper,Bandit,Footpad,Poacher,Thug
|
||||
role=Advisor
|
||||
[/role]
|
||||
[recall]
|
||||
|
|
Loading…
Add table
Reference in a new issue