From 10210317e5e2c2f49992a374363753043e01e1f2 Mon Sep 17 00:00:00 2001 From: haranp Date: Sat, 30 Dec 2006 12:36:46 +0000 Subject: Made Abyss banishment noteworthy (somewhat hackish, uses USER_NOTE.) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@741 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/abl-show.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'crawl-ref/source/abl-show.cc') 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): -- cgit v1.2.3-54-g00ecf