summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dungeon.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/dungeon.cc')
-rw-r--r--crawl-ref/source/dungeon.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/source/dungeon.cc b/crawl-ref/source/dungeon.cc
index e96d23fc1e..040fa54c7c 100644
--- a/crawl-ref/source/dungeon.cc
+++ b/crawl-ref/source/dungeon.cc
@@ -6959,8 +6959,8 @@ static void build_river( dungeon_feature_type river_type ) //mv
// lava and deep water grids. -- bwr
if (!one_chance_in(200)
&& (grd[i][j] < DNGN_ENTER_SHOP
- || grd[i][j] > DNGN_EXIT_PORTAL_VAULT)
- && grd[i][j] != DNGN_EXIT_HELL // just to be safe
+ || grd[i][j] > DNGN_EXIT_PORTAL_VAULT)
+ && grd[i][j] != DNGN_EXIT_HELL // just to be safe
&& mgrd[i][j] == NON_MONSTER
&& igrd[i][j] == NON_ITEM)
{
@@ -7025,8 +7025,8 @@ static void build_lake(dungeon_feature_type lake_type) //mv
// on lava and deep water grids. -- bwr
if (!one_chance_in(200)
&& (grd[i][j] < DNGN_ENTER_SHOP
- || grd[i][j] > DNGN_EXIT_PORTAL_VAULT)
- && grd[i][j] != DNGN_EXIT_HELL // just to be safe
+ || grd[i][j] > DNGN_EXIT_PORTAL_VAULT)
+ && grd[i][j] != DNGN_EXIT_HELL // just to be safe
&& mgrd[i][j] == NON_MONSTER
&& igrd[i][j] == NON_ITEM)
{