diff --git a/items/spectral.lua b/items/spectral.lua index 72bf6d93b..d387ad599 100644 --- a/items/spectral.lua +++ b/items/spectral.lua @@ -1142,6 +1142,7 @@ local white_hole = { if v ~= _hand or not modest then removed_levels = removed_levels + this_removed_levels level_up_hand(used_consumable, v, true, -this_removed_levels) + G.GAME.hands[v].levels = 1 end end end