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
-9
View File
@@ -4,7 +4,6 @@ module Dodge.Item.Weapon.Utility
, scrollWatch
, blinkGun
, unsafeBlinkGun
, shrinkGun
) where
import Control.Lens
@@ -40,14 +39,6 @@ rewindWatch =
& itUse . leftUse .~ LRewind --useRewindGun
& itType .~ LEFT REWINDWATCH
-- needs to shift this item to the current inventory slot
shrinkGun :: Item
shrinkGun =
defaultLeftItem
& itUse .~ (defaultLeftUse & leftUse .~ LShrink)
& itParams .~ ShrinkGunParams FullSize
& itType .~ LEFT SHRINKER
blinkGun :: Item
blinkGun =
defaultLeftItem