summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.cc
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-06 23:05:48 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-06 23:05:48 +0000
commit3eff30e2fc9f31e4b0813eda0a7c3b05f9f34cbf (patch)
tree388ea57f699b792f0374e50b147731f24ad5da28 /crawl-ref/source/effects.cc
parent82d8dad204b5e36201a706fb5123053d85e46270 (diff)
downloadcrawl-ref-3eff30e2fc9f31e4b0813eda0a7c3b05f9f34cbf.tar.gz
crawl-ref-3eff30e2fc9f31e4b0813eda0a7c3b05f9f34cbf.zip
Bug 1986918: Fix "Player's ghost the Player's ghost" monster naming problem,
and "Attack!" being given twice when ordering allies to attack. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5509 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/effects.cc')
-rw-r--r--crawl-ref/source/effects.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/effects.cc b/crawl-ref/source/effects.cc
index f5ca575a5b..046893fa3d 100644
--- a/crawl-ref/source/effects.cc
+++ b/crawl-ref/source/effects.cc
@@ -2029,7 +2029,6 @@ void yell(bool force)
if (targ_prev)
{
mons_targd = you.prev_targ;
- mpr("Attack!");
break;
}
@@ -2058,7 +2057,6 @@ void yell(bool force)
}
mons_targd = mgrd[targ.tx][targ.ty];
- mpr("Attack!");
break;
default: