From eb09cb19eb85e9a15df45df4c8b3a876705b69bc Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Sun, 25 Oct 2009 17:55:08 +0100 Subject: There's no point in slowing down fungi... --- crawl-ref/source/godabil.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/godabil.cc') 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)) { -- cgit v1.2.3-54-g00ecf