diff options
Diffstat (limited to 'src/spells2.cc')
-rw-r--r-- | src/spells2.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/spells2.cc b/src/spells2.cc index f918a970..5c1215d0 100644 --- a/src/spells2.cc +++ b/src/spells2.cc @@ -3483,6 +3483,8 @@ object_filter_t const &item_tester_hook_recharge() */ bool_ recharge(int power) { + auto const &k_info = game->edit_data.k_info; + int recharge_strength, recharge_amount; int lev; bool_ fail = FALSE; |