From 808bbb3f608a2b3e7dda4a5e491f67a38db8cc25 Mon Sep 17 00:00:00 2001 From: dolorous Date: Sat, 3 May 2008 00:39:26 +0000 Subject: Add minor cosmetic fix. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4819 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/effects.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'crawl-ref/source') diff --git a/crawl-ref/source/effects.cc b/crawl-ref/source/effects.cc index 0fa00276a3..f1a4f8bfeb 100644 --- a/crawl-ref/source/effects.cc +++ b/crawl-ref/source/effects.cc @@ -119,9 +119,7 @@ int holy_word_monsters(int x, int y, int pow, int caster) // Is the player in this cell? if (x == you.x_pos && y == you.y_pos) - { retval = (holy_word_player(pow, caster)) ? 1 : 0; - } // Is a monster in this cell? int mon = mgrd[x][y]; -- cgit v1.2.3-54-g00ecf