summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-08-03 03:22:27 -0400
committerJesse Luehrs <doy@tozt.net>2014-08-03 03:22:27 -0400
commit3d3ccab80ed0cc684d3c42807cc1a24701bfe2d0 (patch)
tree88ece8393029c1c0e1ffb866570acbae1102aa30
parentda0dfd135327c7770226888663796eda2151d304 (diff)
downloadcrawl-ref-3d3ccab80ed0cc684d3c42807cc1a24701bfe2d0.tar.gz
crawl-ref-3d3ccab80ed0cc684d3c42807cc1a24701bfe2d0.zip
make sure this shop message is visible (2140)
-rw-r--r--crawl-ref/source/shopping.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/shopping.cc b/crawl-ref/source/shopping.cc
index b6a75d9a11..0677e83c33 100644
--- a/crawl-ref/source/shopping.cc
+++ b/crawl-ref/source/shopping.cc
@@ -578,6 +578,7 @@ static bool _in_a_shop(int shopidx, int &num_in_list)
{
_shop_print("I'm sorry, you don't seem to have enough money.",
1);
+ _shop_more();
}
else if (!total_purchase) // Nothing selected.
continue;