Add clicker items that use other items with a one frame delay

This commit is contained in:
2025-01-03 14:50:09 +00:00
parent 386d6f47b0
commit 3b452b9002
10 changed files with 41 additions and 0 deletions
+7
View File
@@ -18,6 +18,7 @@ module Dodge.Item.Scope (
introScan,
mapper,
dropper,
clicker,
) where
import Dodge.Item.Attach
@@ -74,6 +75,12 @@ dropper x =
& itType .~ DROPPER x
& itUse .~ UseInt 0
clicker :: InventoryPathing -> Item
clicker x =
defaultHeldItem
& itType .~ CLICKER x
& itUse .~ UseInt 0
bulletModule :: BulletMod -> Item
bulletModule bm =
defaultHeldItem