Skip to content

Commit

Permalink
Properly remove halo when Vainglory is unequipped
Browse files Browse the repository at this point in the history
  • Loading branch information
DracoOmega committed Feb 21, 2025
1 parent 14d85d4 commit cff28b7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions crawl-ref/source/art-func.h
Original file line number Diff line number Diff line change
Expand Up @@ -1900,3 +1900,8 @@ static void _VAINGLORY_equip(item_def */*item*/, bool *show_msgs, bool unmeld)
if (!unmeld)
_equip_mpr(show_msgs, "You feel supremely confident.");
}

static void _VAINGLORY_unequip(item_def */*item*/, bool */*show_msgs*/)
{
invalidate_agrid(true);
}

0 comments on commit cff28b7

Please sign in to comment.