Skip to content

Commit

Permalink
Fix: Dipping weapons in toilets for poison didn't update curses inven…
Browse files Browse the repository at this point in the history
…tory (reported by Loggers_VIII).
  • Loading branch information
elunna committed Nov 18, 2023
1 parent 58cd529 commit d362dca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fountain.c
Original file line number Diff line number Diff line change
Expand Up @@ -1215,6 +1215,7 @@ register struct obj *obj;
if (flags.verbose)
You("cover it in filth.");
obj->opoisoned = TRUE;
update_inventory();
}
if (obj->oclass == FOOD_CLASS) {
if (flags.verbose)
Expand Down

0 comments on commit d362dca

Please sign in to comment.