From fbd3998f59e01195208f81543ade3086b5732157 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Fri, 16 Oct 2009 17:29:52 -0500 Subject: Add minor cosmetic fixes. --- crawl-ref/source/it_use2.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'crawl-ref/source/it_use2.cc') diff --git a/crawl-ref/source/it_use2.cc b/crawl-ref/source/it_use2.cc index 5d3f4e795b..b3d296d6a5 100644 --- a/crawl-ref/source/it_use2.cc +++ b/crawl-ref/source/it_use2.cc @@ -1,6 +1,6 @@ /* * File: it_use2.cc - * Summary: Functions for using wands, potions, and weapon/armour removal.4\3 + * Summary: Functions for using wands, potions, and weapon/armour removal. * Written by: Linley Henzell */ @@ -245,9 +245,9 @@ bool potion_effect(potion_type pot_eff, int pow, bool drank_it, bool was_known) } } - // Merfolk boots unmeld if levitation takes us out of water - if(!player_is_airborne() && you.species == SP_MERFOLK - && grid_is_water(grd(you.pos()))) + // Merfolk boots unmeld if levitation takes us out of water. + if (!player_is_airborne() && you.species == SP_MERFOLK + && grid_is_water(grd(you.pos()))) { unmeld_one_equip(EQ_BOOTS); } -- cgit v1.2.3-54-g00ecf