Remove shrink gun
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user