summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/makeitem.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/makeitem.cc b/crawl-ref/source/makeitem.cc
index 0873dac379..dfe8dc95a9 100644
--- a/crawl-ref/source/makeitem.cc
+++ b/crawl-ref/source/makeitem.cc
@@ -3892,7 +3892,8 @@ static void _give_ammo(monsters *mon, int level,
case MONS_HILL_GIANT:
if (!one_chance_in(20))
break;
- // fall through
+ // deliberate fall-through
+
case MONS_HAROLD: // bounty hunters
case MONS_JOZEF: // up to 5 nets
if (mons_summoned)