summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/itemprop.cc')
-rw-r--r--crawl-ref/source/itemprop.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/itemprop.cc b/crawl-ref/source/itemprop.cc
index 90dade7d51..0fb2848b76 100644
--- a/crawl-ref/source/itemprop.cc
+++ b/crawl-ref/source/itemprop.cc
@@ -1227,7 +1227,7 @@ bool check_armour_shape( const item_def &item, bool quiet )
break;
case SP_MERFOLK:
- if (player_in_water() && item.sub_type == ARM_BOOTS)
+ if (you.in_water() && item.sub_type == ARM_BOOTS)
{
if (!quiet)
mpr("You don't currently have feet!");