summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godabil.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-10-25 17:55:08 +0100
committerAdam Borowski <kilobyte@angband.pl>2009-10-25 17:55:08 +0100
commiteb09cb19eb85e9a15df45df4c8b3a876705b69bc (patch)
treeb54a9abb70b6694688e029d3f5dcca0efb0cc1b1 /crawl-ref/source/godabil.cc
parent1fa4a5be4d404bbf820c5f0cdf8e8c09a7c2017c (diff)
downloadcrawl-ref-eb09cb19eb85e9a15df45df4c8b3a876705b69bc.tar.gz
crawl-ref-eb09cb19eb85e9a15df45df4c8b3a876705b69bc.zip
There's no point in slowing down fungi...
Diffstat (limited to 'crawl-ref/source/godabil.cc')
-rw-r--r--crawl-ref/source/godabil.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/godabil.cc b/crawl-ref/source/godabil.cc
index c7cb708858..96a5c0395c 100644
--- a/crawl-ref/source/godabil.cc
+++ b/crawl-ref/source/godabil.cc
@@ -569,7 +569,7 @@ void cheibriados_time_bend(int pow)
for (adjacent_iterator ai; ai; ++ai)
{
monsters* mon = monster_at(*ai);
- if (mon != NULL)
+ if (mon != NULL && !mons_is_stationary(mon))
{
if (roll_dice(mon->hit_dice, 3) > random2avg(pow, 2))
{