summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-08 11:19:12 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-08 11:19:12 +0000
commitd4577487e64c62a629be512f5f21404e3192a0fe (patch)
tree504eb853c918e5b2e46729f42ad86173470edc27 /crawl-ref/source/spells1.cc
parentd5f262eb187ed2a96b0216103210c8ba8057d59c (diff)
downloadcrawl-ref-d4577487e64c62a629be512f5f21404e3192a0fe.tar.gz
crawl-ref-d4577487e64c62a629be512f5f21404e3192a0fe.zip
Apply tiles inscription fixes to trunk.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9922 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells1.cc')
-rw-r--r--crawl-ref/source/spells1.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/crawl-ref/source/spells1.cc b/crawl-ref/source/spells1.cc
index 57a69b3377..84c4788296 100644
--- a/crawl-ref/source/spells1.cc
+++ b/crawl-ref/source/spells1.cc
@@ -138,9 +138,11 @@ int blink(int pow, bool high_level_controlled_blink, bool wizard_blink)
continue;
}
- // Wizard blink can move past translucent walls.
if (see_grid_no_trans(beam.target))
+ {
+ // Grid in los, no problem.
break;
+ }
else if (trans_wall_blocking( beam.target ))
{
// Wizard blink can move past translucent walls.