From 25e46658ca7d0de82f574cba29ed352064001db7 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Mon, 2 Nov 2009 15:07:10 -0600 Subject: Add minor cosmetic fixes. --- crawl-ref/source/item_use.cc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'crawl-ref/source/item_use.cc') diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc index a58057e26a..8f703652b7 100644 --- a/crawl-ref/source/item_use.cc +++ b/crawl-ref/source/item_use.cc @@ -3722,7 +3722,7 @@ void jewellery_remove_effects(item_def &item, bool mesg) Options.show_uncursed = false; if (mesg) - mprf("You remove %s.", item.name(DESC_NOCAP_YOUR).c_str() ); + mprf("You remove %s.", item.name(DESC_NOCAP_YOUR).c_str()); Options.show_uncursed = old_showuncursed; @@ -3768,16 +3768,12 @@ void jewellery_remove_effects(item_def &item, bool mesg) case RING_LEVITATION: if (you.duration[DUR_LEVITATION] && !you.permanent_levitation()) - { you.duration[DUR_LEVITATION] = 1; - } break; case RING_INVISIBILITY: if (you.duration[DUR_INVIS]) - { you.duration[DUR_INVIS] = 1; - } break; case RING_MAGICAL_POWER: -- cgit v1.2.3-54-g00ecf