Made the player able to recruit mermen in Isle of the Damned again.
This commit is contained in:
parent
0d7c0ca738
commit
9750138dcc
1 changed files with 29 additions and 3 deletions
|
@ -127,10 +127,16 @@
|
|||
gold=0
|
||||
[/modify_side]
|
||||
|
||||
[set_recruit]
|
||||
# disallow recruiting of everything except mermen
|
||||
[disallow_recruit]
|
||||
side=1
|
||||
recruit=Thug,Poacher,Footpad
|
||||
[/set_recruit]
|
||||
type=Elvish Fighter,Elvish Archer,Elvish Shaman,Elvish Scout,Mage,Horseman
|
||||
[/disallow_recruit]
|
||||
|
||||
[allow_recruit]
|
||||
side=1
|
||||
type=Thug,Poacher,Footpad
|
||||
[/allow_recruit]
|
||||
|
||||
# Kill the recall list except for merfolk
|
||||
[store_unit]
|
||||
|
@ -457,6 +463,16 @@
|
|||
image=wesnoth-icon.png
|
||||
[/message]
|
||||
|
||||
[allow_recruit]
|
||||
side=1
|
||||
type=Elvish Fighter,Elvish Archer,Elvish Shaman,Elvish Scout,Mage,Horseman
|
||||
[/allow_recruit]
|
||||
|
||||
[disallow_recruit]
|
||||
side=1
|
||||
type=Thug,Poacher,Footpad
|
||||
[/disallow_recruit]
|
||||
|
||||
[endlevel]
|
||||
result=victory
|
||||
bonus=no
|
||||
|
@ -505,6 +521,16 @@
|
|||
image=wesnoth-icon.png
|
||||
[/message]
|
||||
|
||||
[allow_recruit]
|
||||
side=1
|
||||
type=Elvish Fighter,Elvish Archer,Elvish Shaman,Elvish Scout,Mage,Horseman
|
||||
[/allow_recruit]
|
||||
|
||||
[disallow_recruit]
|
||||
side=1
|
||||
type=Thug,Poacher,Footpad
|
||||
[/disallow_recruit]
|
||||
|
||||
[endlevel]
|
||||
result=victory
|
||||
bonus=no
|
||||
|
|
Loading…
Add table
Reference in a new issue