summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/cloud.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/cloud.cc')
-rw-r--r--crawl-ref/source/cloud.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/cloud.cc b/crawl-ref/source/cloud.cc
index c6b1b5aa09..12c64462cb 100644
--- a/crawl-ref/source/cloud.cc
+++ b/crawl-ref/source/cloud.cc
@@ -156,7 +156,7 @@ static void _spread_fire(const cloud_struct &cloud)
// every neighbouring square gets a separate roll
if (grd(*ai) == DNGN_TREES && one_chance_in(20))
{
- if (see_cell(*ai))
+ if (observe_cell(*ai))
mpr("The forest fire spreads!");
grd(*ai) = DNGN_FLOOR;
_place_new_cloud( cloud.type, *ai, random2(30)+25, cloud.whose,