summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/status.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-02-17 01:01:32 +0000
committerChris Campbell <chriscampbell89@gmail.com>2014-02-17 05:37:00 +0000
commita90a651d8c0ac47a0b03fd7119865229a46f5af7 (patch)
tree3ffb0c16e022a3fba956c17c36c4223a0dc1bc86 /crawl-ref/source/status.cc
parent4b3ff9e344286300bc8f2ee444b39c1ae3dbe28f (diff)
downloadcrawl-ref-a90a651d8c0ac47a0b03fd7119865229a46f5af7.tar.gz
crawl-ref-a90a651d8c0ac47a0b03fd7119865229a46f5af7.zip
Remove the Bargain card
Its effect would probably work better as an attribute (lasting until you buy something) than a duration, but even then it just acts like a bit of extra gold, really.
Diffstat (limited to 'crawl-ref/source/status.cc')
-rw-r--r--crawl-ref/source/status.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/status.cc b/crawl-ref/source/status.cc
index 90cc3ff940..7682b7135f 100644
--- a/crawl-ref/source/status.cc
+++ b/crawl-ref/source/status.cc
@@ -34,8 +34,6 @@ static duration_def duration_data[] =
0, "", "agile", "You are agile." },
{ DUR_ANTIMAGIC, true,
RED, "-Mag", "antimagic", "You have trouble accessing your magic." },
- { DUR_BARGAIN, true,
- BLUE, "Brgn", "charismatic", "You get a bargain in shops." },
{ DUR_BERSERK, true,
BLUE, "Berserk", "berserking", "You are possessed by a berserker rage." },
{ DUR_BREATH_WEAPON, false,