[ci skip] fixes 3051, where in TSG, Deoran is able to recruit peasants during the whole campaign
This commit is contained in:
parent
37f4286c65
commit
fe2d2dbe6a
2 changed files with 9 additions and 1 deletions
|
@ -644,6 +644,14 @@
|
|||
{NEW_GOLD_CARRYOVER 40}
|
||||
[/endlevel]
|
||||
[/event]
|
||||
|
||||
[event]
|
||||
name=victory
|
||||
[disallow_recruit]
|
||||
type=Peasant
|
||||
side=1
|
||||
[/disallow_recruit]
|
||||
[/event]
|
||||
[/scenario]
|
||||
|
||||
#undef URZA_NALMATH_AI_PARAMS
|
||||
|
|
|
@ -261,7 +261,7 @@
|
|||
|
||||
[set_recruit]
|
||||
side=1
|
||||
recruit=Bowman,Spearman,Cavalryman,Elvish Shaman,Elvish Fighter,Peasant
|
||||
recruit=Bowman,Spearman,Cavalryman,Elvish Shaman,Elvish Fighter
|
||||
[/set_recruit]
|
||||
|
||||
[recall]
|
||||
|
|
Loading…
Add table
Reference in a new issue