From 5e2d8f305c41e9f2eec9b5a66804d1a03370a0b5 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Sun, 9 Mar 2008 21:48:55 +0000 Subject: Implement FR 1808966: Your summoned Daevas leave you if TSO puts you under penance, and they'll actually attack you if you abandon TSO. While the former only applies to Daevas on your current level, the latter happens for all visited dungeon levels. The functions used are generic enough to work for other cases as well, e.g. Trog's "Brothers in Arms" now also turn hostile if you leave Trog. Also: * Make Beogh "protect you from harm" like Zin/TSO do, but only if you're not under penance. * Correct Amulet of inaccuracy description (Bug 1895810). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3558 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/stash.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/stash.cc') diff --git a/crawl-ref/source/stash.cc b/crawl-ref/source/stash.cc index dc51bba7f4..f862c21044 100644 --- a/crawl-ref/source/stash.cc +++ b/crawl-ref/source/stash.cc @@ -1042,7 +1042,7 @@ void LevelStashes::no_stash(int x, int y) } mpr(en? "I'll no longer ignore what I see on this square." - : "Ok, I'll ignore what I see on this square."); + : "Ok, I'll ignore what I see on this square."); } void LevelStashes::add_stash(int x, int y) -- cgit v1.2.3-54-g00ecf