summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/item_use.cc')
-rw-r--r--crawl-ref/source/item_use.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc
index c83392ec3a..596ef98904 100644
--- a/crawl-ref/source/item_use.cc
+++ b/crawl-ref/source/item_use.cc
@@ -504,7 +504,6 @@ void wield_effects(int item_wield_2, bool showMsgs)
{
if (item.sub_type == STAFF_POWER)
{
- // inc_max_mp(13);
calc_mp();
set_ident_flags( item, ISFLAG_EQ_WEAPON_MASK );
mpr("You feel your mana capacity increase.");
@@ -4444,7 +4443,7 @@ void read_scroll( int slot )
// scrolls of immolation were already destroyed earlier
if (which_scroll != SCR_PAPER && which_scroll != SCR_IMMOLATION)
{
- if ( id_the_scroll )
+ if (id_the_scroll)
set_ident_flags( scroll, ISFLAG_KNOW_TYPE ); // for notes
dec_inv_item_quantity( item_slot, 1 );