summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/delay.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-09-14 15:27:19 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-09-14 15:27:19 +0000
commitb50e6f09185bc0bcf40a9a2093ac8f8762886256 (patch)
tree7a18ba4a9533ec5b5938cee74406372ea36671fa /crawl-ref/source/delay.cc
parent85d6ca986365df62d39e76ded8065a0496089205 (diff)
downloadcrawl-ref-b50e6f09185bc0bcf40a9a2093ac8f8762886256.tar.gz
crawl-ref-b50e6f09185bc0bcf40a9a2093ac8f8762886256.zip
Print "You feel a bit more experienced." also if it was a pet kill as
long as it happened out of sight (which now includes invisibility and being submerged). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6925 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/delay.cc')
-rw-r--r--crawl-ref/source/delay.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/delay.cc b/crawl-ref/source/delay.cc
index a060829b02..c88643d66b 100644
--- a/crawl-ref/source/delay.cc
+++ b/crawl-ref/source/delay.cc
@@ -1713,7 +1713,7 @@ static void _paranoid_option_disable( activity_interrupt_type ai,
const monsters* mon = static_cast<const monsters*>(at.data);
if (mon && !player_monster_visible(mon) && !mons_is_submerged(mon))
{
- // Now that autoprayer has been removed, so the vectors aren't
+ // Now that autoprayer has been removed the vectors aren't
// really needed anymore, but let's keep them "just in case".
std::vector<std::string> deactivatees;
std::vector<std::string> restart;