Skip to content

Commit

Permalink
Fixed #111
Browse files Browse the repository at this point in the history
  • Loading branch information
Dugy committed Oct 30, 2018
1 parent 596ba62 commit 88d2391
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions scenarios8/10_Ruins_of_Wesnoth.cfg
Expand Up @@ -186,11 +186,16 @@
id=first_enemy
name= _ "Thamuz"
x,y=44,38
canrecruit=yes
side=3
random_traits=yes
generate_name=yes
[/unit]
to_variable=leader_store
[/unit]
{VARIABLE leader_store.canrecruit yes}
[unstore_unit]
variable=leader_store
[/unstore_unit]
{CLEAR_VARIABLE leader_store}
[message]
speaker=first_enemy
message= _ "My general, I came to help you. The enemies you are facing are far stronger than you expected. You will need my help."
Expand Down Expand Up @@ -234,11 +239,16 @@
name= _ "Kasdeya"
x,y=9,4
gender=female
canrecruit=yes
side=4
random_traits=yes
generate_name=yes
[/unit]
to_variable=leader_store
[/unit]
{VARIABLE leader_store.canrecruit yes}
[unstore_unit]
variable=leader_store
[/unstore_unit]
{CLEAR_VARIABLE leader_store}
[modify_side]
side=4
{INCOME 200 250 300}
Expand Down

0 comments on commit 88d2391

Please sign in to comment.