Skip to content

Commit

Permalink
Update 04_Battle_of_Barnon.cfg
Browse files Browse the repository at this point in the history
Reduce number of Protectors that spawn around Uri
  • Loading branch information
cooljeanius committed Aug 3, 2022
1 parent 6ee0090 commit 62cc8f9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scenarios/04_Battle_of_Barnon.cfg
Expand Up @@ -972,9 +972,10 @@
to_y=$Uri_loc1.y
[/move_unit]
{CLEAR_VARIABLE Uri_loc1}
{MSG_Uri _"You'd better watch out, Gawen, because I've got more where that came from!"}
[/then]
[else] # ano_uri_warned is greater than 1:
{REPEAT {ON_DIFFICULTY4 3 4 5 6} (
{REPEAT {ON_DIFFICULTY4 2 3 4 5} (
[unit]
type=Akladian Protector
side=4
Expand Down Expand Up @@ -1082,9 +1083,10 @@
to_y=$Uri_loc2.y
[/move_unit]
{CLEAR_VARIABLE Uri_loc2}
{MSG_Uri _"You'd better watch out, Gawen, because I've got more where that came from!"}
[/then]
[else] # ano_uri_warned is greater than 1:
{REPEAT {ON_DIFFICULTY4 3 4 5 6} (
{REPEAT {ON_DIFFICULTY4 2 3 4 5} (
[unit]
type=Akladian Protector
side=4
Expand Down

0 comments on commit 62cc8f9

Please sign in to comment.