Skip to content

Commit

Permalink
Remove an XXX comment
Browse files Browse the repository at this point in the history
This seems to be irrelevant given the state of ammunition and item pickups now.
  • Loading branch information
chucksellick committed Aug 30, 2024
1 parent abe9d6e commit 9ae7541
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions crawl-ref/source/mon-act.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2662,10 +2662,6 @@ static bool _handle_pickup(monster* mons)

// Note: Monsters only look at stuff near the top of stacks.
//
// XXX: Need to put in something so that monster picks up
// multiple items (e.g. ammunition) identical to those it's
// carrying.
//
// Monsters may now pick up up to two items in the same turn.
// (jpeg)
for (stack_iterator si(mons->pos()); si; ++si)
Expand Down

0 comments on commit 9ae7541

Please sign in to comment.