Remove shrink gun

This commit is contained in:
2024-10-06 22:09:55 +01:00
parent 597e8dd89d
commit 650854d13e
18 changed files with 17 additions and 99 deletions
-1
View File
@@ -8,7 +8,6 @@ makeTypeCraftNum :: Int -> CraftType -> [Item]
makeTypeCraftNum i ct = replicate i $
defaultCraftItem
& itInvSize .~ 1
& itCurseStatus .~ Uncursed
& itType .~ CRAFT ct
makeTypeCraft :: CraftType -> Item