Fix a small regression from 2009-02-07T23:12:32Z!shadowm@wesnoth.org:
Mages were impossible to recruit even when storywise that should be possible.
This commit is contained in:
parent
1498957a79
commit
a08fcdb2d4
1 changed files with 8 additions and 0 deletions
|
@ -128,6 +128,14 @@
|
|||
[/then]
|
||||
[/if]
|
||||
|
||||
# Try to enable mage recruitment. If it isn't appropriate,
|
||||
# the code in CONDITIONAL_MAGE_RECRUITING will undo this step.
|
||||
|
||||
[allow_recruit]
|
||||
side=1
|
||||
type=Mage
|
||||
[/allow_recruit]
|
||||
|
||||
{CONDITIONAL_MAGE_RECRUITING}
|
||||
|
||||
[message]
|
||||
|
|
Loading…
Add table
Reference in a new issue