summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/monplace.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/monplace.cc b/crawl-ref/source/monplace.cc
index a2136281da..f30198b6af 100644
--- a/crawl-ref/source/monplace.cc
+++ b/crawl-ref/source/monplace.cc
@@ -1894,7 +1894,7 @@ static monster_type _band_member(band_type band, int power)
case BAND_UGLY_THINGS:
mon_type = ((power > 21 && one_chance_in(4)) ?
- MONS_VERY_UGLY_THING : MONS_UGLY_THING);
+ MONS_VERY_UGLY_THING : MONS_UGLY_THING);
break;
case BAND_HELL_HOUNDS:
@@ -1939,7 +1939,7 @@ static monster_type _band_member(band_type band, int power)
break;
case BAND_BALRUG:
- mon_type = (coinflip()? MONS_NEQOXEC : MONS_ORANGE_DEMON);
+ mon_type = (coinflip() ? MONS_NEQOXEC : MONS_ORANGE_DEMON);
break;
case BAND_CACODEMON: