summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index a08c5aeb77..8fa1480ddd 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -2377,6 +2377,11 @@ void process_command( command_type cmd )
case CMD_CYCLE_QUIVER_FORWARD:
{
+ if (Options.fire_quiver_best)
+ {
+ mpr("Use fire_quiver_best=false if you want manual quiver control.");
+ break;
+ }
const int cur = you.quiver[get_quiver_type()];
if (cur != ENDOFPACK)
{