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.cc9
1 files changed, 5 insertions, 4 deletions
diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc
index ee78a30170..31955957f9 100644
--- a/crawl-ref/source/item_use.cc
+++ b/crawl-ref/source/item_use.cc
@@ -72,6 +72,7 @@
#include "spells3.h"
#include "spl-book.h"
#include "spl-cast.h"
+#include "spl-mis.h"
#include "spl-util.h"
#include "state.h"
#include "stuff.h"
@@ -738,8 +739,8 @@ void wield_effects(int item_wield_2, bool showMsgs)
break;
case SPWPN_STAFF_OF_WUCAD_MU:
- miscast_effect( SPTYP_DIVINATION, 9, 90, 100,
- "the Staff of Wucad Mu" );
+ MiscastEffect(&you, WIELD_MISCAST, SPTYP_DIVINATION, 9, 90,
+ "the Staff of Wucad Mu" );
you.special_wield = SPWLD_WUCAD_MU;
break;
}
@@ -3895,8 +3896,8 @@ static bool affix_weapon_enchantment()
mprf("%s twongs alarmingly.", itname.c_str());
// from unwield_item
- miscast_effect( SPTYP_TRANSLOCATION, 9, 90, 100,
- "distortion affixation" );
+ MiscastEffect( &you, NON_MONSTER, SPTYP_TRANSLOCATION, 9, 90,
+ "distortion affixation" );
success = false;
break;