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.cc9
1 files changed, 0 insertions, 9 deletions
diff --git a/crawl-ref/source/itemprop.cc b/crawl-ref/source/itemprop.cc
index 3cfa6f4fc1..5603d1ac76 100644
--- a/crawl-ref/source/itemprop.cc
+++ b/crawl-ref/source/itemprop.cc
@@ -1261,15 +1261,6 @@ bool check_armour_shape( const item_def &item, bool quiet )
break;
case EQ_BODY_ARMOUR:
- // Cannot swim in heavy armour.
- if (player_is_swimming() && !is_light_armour( item ))
- {
- if (!quiet)
- mpr("You can't swim in that!");
-
- return (false);
- }
-
// Draconians are human-sized, but have wings that cause problems
// with most body armours (only very flexible fit allowed).
if (player_genus( GENPC_DRACONIAN )