summaryrefslogtreecommitdiff
path: root/src/defines.h
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/defines.h
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/defines.h')
-rw-r--r--src/defines.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/defines.h b/src/defines.h
index 05fb49f3..e29f47e1 100644
--- a/src/defines.h
+++ b/src/defines.h
@@ -121,8 +121,6 @@
#define CHANCE_TRAP_DOOR 500 /* in 10000 */
#define CHANCE_TRAP_FLOOR 4 /* in 10000 chance of placing a trap */
-#define MAX_BOUNTIES 24
-
#define MAX_SPELLS 100
#define MAX_RUNES 100
@@ -3873,8 +3871,6 @@
#define BACT_RECALL 33
#define BACT_TELEPORT_LEVEL 34
#define BACT_MIMIC_NORMAL 37
-#define BACT_VIEW_QUEST_MON 40
-#define BACT_SELL_QUEST_MON 41
#define BACT_DIVINATION 42
#define BACT_SELL 43
#define BACT_BUY 44