From 9701b3016d5d0d1fb67185e7abd675a0de0c129a Mon Sep 17 00:00:00 2001 From: Charles Otto Date: Sun, 8 Nov 2009 22:40:49 -0500 Subject: Rename Feawn In most places Feawn is now referred to as "Fedhas," its long name (used in the religion screen) is "Fedhas Madash" --- crawl-ref/source/player.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/player.cc') diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc index 6f87186f9c..fe7b7bca31 100644 --- a/crawl-ref/source/player.cc +++ b/crawl-ref/source/player.cc @@ -124,7 +124,7 @@ bool move_player_to_grid( const coord_def& p, bool stepped, bool allow_shift, ASSERT(swapping && monster_at(p) || !swapping && (!monster_at(p) || monster_at(p)->submerged() - || feawn_passthrough(monster_at(p)))); + || fedhas_passthrough(monster_at(p)))); // Don't prompt if force is true. if (!force) -- cgit v1.2.3-54-g00ecf