Skip to content

Commit

Permalink
Fix merge issue with deprecated feat references
Browse files Browse the repository at this point in the history
  • Loading branch information
zenzombie authored and tmewett committed Jun 12, 2024
1 parent 788ffb8 commit b68f5a3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/brogue/Items.c
Original file line number Diff line number Diff line change
Expand Up @@ -6683,8 +6683,6 @@ boolean eat(item *theItem, boolean recordCommands) {
messageWithColor("My, what a yummy mango!", &itemMessageColor, 0);
}

rogue.featRecord[FEAT_ASCETIC] = false;

if (recordCommands) {
recordApplyItemCommand(theItem);
}
Expand Down

0 comments on commit b68f5a3

Please sign in to comment.