Skip to content

Commit

Permalink
6p Team Survival: fix terrain mask
Browse files Browse the repository at this point in the history
This one has been overlooked in an earlier change

(closes #2440)

[ci skip]
  • Loading branch information
sevu committed Feb 4, 2018
1 parent 4f798e8 commit e260fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/multiplayer/scenarios/6p_Team_Survival.cfg
Expand Up @@ -420,7 +420,7 @@ Ww
side=2
[/have_unit]
[then]
{IF_ALLIED 7 2 ({MODIFY_TERRAIN_MASK 7 13 ("{TS_WALL_MASK_NORTH_WEST}") ()} )}
{IF_ALLIED 7 2 ({MODIFY_TERRAIN_MASK 7 13 ("{TS_WALL_MASK_NORTH_WEST}") (border=no)} )}
[/then]
[/if]

Expand Down

0 comments on commit e260fe9

Please sign in to comment.