spotted a couple of other errors
This commit is contained in:
parent
216a7be11f
commit
60d9e1bc0d
1 changed files with 6 additions and 4 deletions
|
@ -40,7 +40,7 @@
|
|||
[then]
|
||||
[message]
|
||||
speaker=narrator
|
||||
message="Without magic users from Master Perrin's academy in your party, you can no longer recruit new ones."
|
||||
message= _ "Without magic users from Master Perrin's academy in your party, you can no longer recruit new ones."
|
||||
image=wesnoth-icon.png
|
||||
[/message]
|
||||
[disallow_recruit]
|
||||
|
@ -83,7 +83,7 @@
|
|||
x,y={X},{Y}
|
||||
[/removeitem]
|
||||
{PLACE_IMAGE "scenery/temple1.png" {X} {Y}}
|
||||
{MODIFY_UNIT x,y={X},{Y} has_borf yes}
|
||||
{MODIFY_UNIT x,y={X},{Y} variables.has_borf yes}
|
||||
[/then]
|
||||
[effect]
|
||||
apply_to=new_ability
|
||||
|
@ -104,8 +104,10 @@
|
|||
|
||||
[filter]
|
||||
type={MAGES}
|
||||
[wml_filter]
|
||||
has_borf=yes
|
||||
[wml_filter]
|
||||
[variables]
|
||||
has_borf=yes
|
||||
[/variables]
|
||||
[/wml_filter]
|
||||
[/filter]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue