From b9593f0b29d9201502c53a35a43389b175943b61 Mon Sep 17 00:00:00 2001 From: Charles Otto Date: Thu, 5 Nov 2009 01:15:35 -0500 Subject: Let Feawn worshipers travel/run through plants they can pass through. --- crawl-ref/source/acr.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crawl-ref/source/acr.cc') diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc index 1dea9a5a38..7f52fd60e3 100644 --- a/crawl-ref/source/acr.cc +++ b/crawl-ref/source/acr.cc @@ -3888,13 +3888,13 @@ static void _move_player(coord_def move) monsters * current = monster_at(you.pos()); if(!current || !feawn_passthrough(current)) { - // Probably need a better messages. -cao - if(mons_genus(targ_monst->type == MONS_FUNGUS)) + // Probably need better messages. -cao + if(mons_genus(targ_monst->type) == MONS_FUNGUS) { mprf("You walk carefully through the fungus."); } else - mprf("You walk carefully throuh the plants."); + mprf("You walk carefully through the plants."); } targ_monst = NULL; } -- cgit v1.2.3-54-g00ecf