From 856be18105f4eb6e0639cef9475a322ad7832d27 Mon Sep 17 00:00:00 2001 From: Charles Otto Date: Sun, 17 Jan 2010 22:18:47 -0500 Subject: Let players cast sunlight on themselves Let players target themselves with sunlight (but give a prompt). --- crawl-ref/source/godabil.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/crawl-ref/source/godabil.cc b/crawl-ref/source/godabil.cc index fc4e9712dc..98537af232 100644 --- a/crawl-ref/source/godabil.cc +++ b/crawl-ref/source/godabil.cc @@ -552,11 +552,9 @@ bool sunlight() dist spelld; bolt temp_bolt; - temp_bolt.colour = YELLOW; direction(spelld, DIR_TARGET, TARG_HOSTILE, LOS_RADIUS, false, false, - false, true, "Select sunlight destination", NULL, - true); + false, false, "Select sunlight destination"); if (!spelld.isValid) return (false); -- cgit v1.2.3