summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monstuff.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/monstuff.h')
-rw-r--r--crawl-ref/source/monstuff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/monstuff.h b/crawl-ref/source/monstuff.h
index ee8e077005..44e78cfdea 100644
--- a/crawl-ref/source/monstuff.h
+++ b/crawl-ref/source/monstuff.h
@@ -95,7 +95,7 @@ void behaviour_event( monsters *mon, int event_type,
/* ***********************************************************************
* called from: fight - it_use3 - spells
* *********************************************************************** */
-bool curse_an_item(bool decay_potions);
+bool curse_an_item(bool decay_potions, bool quiet = false);
/* ***********************************************************************