spotted a couple of other errors

This commit is contained in:
Patrick Parker 2007-12-24 07:28:03 +00:00
parent 216a7be11f
commit 60d9e1bc0d

View file

@ -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]