summaryrefslogtreecommitdiff
path: root/src/dungeon.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:57 +0100
committerBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:57 +0100
commit52c63722c444a25059f52c8c5d4b364f56bffb28 (patch)
treee2c5a2ce6a1f0b07b24561ce58e16307337f8950 /src/dungeon.cc
parent6aa946f301cfa9fb9f266334b2760f1c81c0a881 (diff)
Remove old bounty code
None of it actually seems to be used any longer; the bounty hunter quest is delegated to q_bounty.cc.
Diffstat (limited to 'src/dungeon.cc')
-rw-r--r--src/dungeon.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/dungeon.cc b/src/dungeon.cc
index ce1e0c61..370e48c9 100644
--- a/src/dungeon.cc
+++ b/src/dungeon.cc
@@ -1346,13 +1346,6 @@ static void process_world(void)
get_month_name(bst(DAY, turn), wizard, FALSE), buf);
}
- /* Set back the rewards once a day */
- if ((turn % (10L * STORE_TURNS)) == 0)
- {
- /* Select new bounties. */
- if (magik(20)) select_bounties();
- }
-
/*** Process the monsters ***/
/* Check for creature generation. */