From 9ae7541959751f08b0ca042d9e723b4f0d33a967 Mon Sep 17 00:00:00 2001 From: mumra Date: Tue, 4 Jun 2024 00:13:21 +0100 Subject: [PATCH] Remove an XXX comment This seems to be irrelevant given the state of ammunition and item pickups now. --- crawl-ref/source/mon-act.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/crawl-ref/source/mon-act.cc b/crawl-ref/source/mon-act.cc index 88ce3d72d81..42c05849436 100644 --- a/crawl-ref/source/mon-act.cc +++ b/crawl-ref/source/mon-act.cc @@ -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)