summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stairs.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-06-17 02:59:25 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-06-17 12:37:57 +0200
commitd8593eb207b9af2735cbd033b52829c44a874381 (patch)
tree77a9f435107a515770cbb2ddde57c53c27a744dd /crawl-ref/source/stairs.h
parentd651535f42c44001de4c030a606b1de123c89e33 (diff)
downloadcrawl-ref-d8593eb207b9af2735cbd033b52829c44a874381.tar.gz
crawl-ref-d8593eb207b9af2735cbd033b52829c44a874381.zip
Goldify runes.
Having them weight you down and take inventory slots results just in people running to and from to stash them, often at D:1. The only case with multiple runes is up to 50aum and 5 slots if you do Pan in one go. It also falsifies log data and score for those who don't bother with lugging the runes. After all, it's the win not score that matters. I did not bother preserving multiple demonic runes, there is no challenge in collecting multiplies. Any tough Pan lord (speed 19+firestorm+haste+summon eyes...) can be simply skipped. If you can beat 35 lords at once in a Zig, one at a time is really not going to be an obstacle. Also, remove points for the value of inventory when winning. Only the Orb (250k) and runes (*10k) count.
Diffstat (limited to 'crawl-ref/source/stairs.h')
-rw-r--r--crawl-ref/source/stairs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/stairs.h b/crawl-ref/source/stairs.h
index e479c98f5c..31d2964dbd 100644
--- a/crawl-ref/source/stairs.h
+++ b/crawl-ref/source/stairs.h
@@ -13,7 +13,6 @@ void down_stairs(dungeon_feature_type force_stair = DNGN_UNSEEN,
void up_stairs(dungeon_feature_type force_stair = DNGN_UNSEEN,
entry_cause_type entry_cause = EC_UNKNOWN);
void new_level(bool restore = false);
-int runes_in_pack(std::vector<int> &runes);
dungeon_feature_type random_stair(bool do_place_check = true);
#endif