summaryrefslogtreecommitdiff
path: root/src/files.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/files.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/files.cc')
-rw-r--r--src/files.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/files.cc b/src/files.cc
index 39a0cdf2..f9d83539 100644
--- a/src/files.cc
+++ b/src/files.cc
@@ -4333,8 +4333,6 @@ long total_points(void)
}
temp += Total * 50;
- temp += total_bounties * 100;
-
if (total_winner) temp += 1000000;