Commit before rethinking selection sets

This commit is contained in:
2026-05-12 08:05:39 +01:00
parent b213525c21
commit e4bd971017
5 changed files with 106 additions and 105 deletions
-3
View File
@@ -183,9 +183,6 @@ dropItem cr invid w' =
. soundStart (CrSound (_crID cr)) (cr ^. crPos . _xy) whiteNoiseFadeOutS Nothing
$ w'
where
--doanyitemdropeffect = fromMaybe id $ do
-- rmf <- itm ^? itEffect . ieOnDrop
-- return $ doInvEffect rmf itm cr
doanyitemdropeffect = itEffectOnDrop itm cr
itm = fromMaybe (error "dropItem cannot find item") $ do
itid <- cr ^? crInv . ix (NInt invid)