summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/abl-show.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/abl-show.cc')
-rw-r--r--crawl-ref/source/abl-show.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/abl-show.cc b/crawl-ref/source/abl-show.cc
index 25014497b9..95821ef64d 100644
--- a/crawl-ref/source/abl-show.cc
+++ b/crawl-ref/source/abl-show.cc
@@ -42,6 +42,7 @@
#include "message.h"
#include "misc.h"
#include "monplace.h"
+#include "notes.h"
#include "player.h"
#include "religion.h"
#include "skills.h"
@@ -1221,7 +1222,10 @@ bool activate_ability(void)
mpr("That doesn't work from Pandemonium.");
return false;
}
+
+ activate_notes(false); // this banishment shouldn't be noted
banished(DNGN_ENTER_ABYSS);
+ activate_notes(true);
break;
//jmf: intended as invocations from evil god(s):