From 3eff30e2fc9f31e4b0813eda0a7c3b05f9f34cbf Mon Sep 17 00:00:00 2001 From: zelgadis Date: Fri, 6 Jun 2008 23:05:48 +0000 Subject: 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 --- crawl-ref/source/effects.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'crawl-ref/source/effects.cc') 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: -- cgit v1.2.3-54-g00ecf