Skip to content

Commit

Permalink
Add a little more variety to the cave map (trees, swamp)
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticMinstrel committed Aug 26, 2017
1 parent 2c61879 commit 0891c24
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions data/multiplayer/scenarios/Random_Scenario_Cave.cfg
@@ -1,7 +1,5 @@
#textdomain wesnoth-multiplayer

#ifdef DEBUG

#define ROAD_COSTS
[road_cost]
terrain=Rb
Expand All @@ -13,6 +11,11 @@
cost=5
convert_to=Ur
[/road_cost]
[road_cost]
terrain=Rb^Fdw
cost=5
convert_to=Ur
[/road_cost]
[road_cost]
terrain=Uue
cost=3
Expand Down Expand Up @@ -90,7 +93,7 @@
{DEFAULT_MUSIC_PLAYLIST}
{DEFAULT_SCHEDULE}
[/scenario]
terrain_clear=Rb,Rb,Rb,Rb,Rb,Rb,Rb,Rb^Uf,Rb^Ii,Uue
terrain_clear=Rb,Rb,Rb,Rb,Rb,Rb,Rb,Rb^Uf,Rb^Ii,Sm,Sm,Uue,Rb^Fetd,Rb^Fdw
terrain_wall=Xue
terrain_castle=Co
terrain_keep=Co
Expand Down Expand Up @@ -123,4 +126,5 @@
[/generator]
[/multiplayer]

#endif
#undef ROAD_COSTS
#undef PLAYER_CHAMBER

0 comments on commit 0891c24

Please sign in to comment.