From 24998da9e6f7deb80fd5644cc2f1723434386c93 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Fri, 6 Nov 2009 18:39:12 -0600 Subject: Remove trailing whitespace. --- crawl-ref/source/mon-util.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/mon-util.cc') diff --git a/crawl-ref/source/mon-util.cc b/crawl-ref/source/mon-util.cc index ba3ef8fe00..6383fef27c 100644 --- a/crawl-ref/source/mon-util.cc +++ b/crawl-ref/source/mon-util.cc @@ -2624,7 +2624,7 @@ bool mons_has_los_ability(int mclass) return (true); // These eyes only need LOS, as well. (The other eyes use spells.) - if (mclass == MONS_GIANT_EYEBALL || mclass == MONS_EYE_OF_DRAINING + if (mclass == MONS_GIANT_EYEBALL || mclass == MONS_EYE_OF_DRAINING || mclass == MONS_GOLDEN_EYE) return (true); -- cgit v1.2.3-54-g00ecf