Cleanup
This commit is contained in:
@@ -89,18 +89,21 @@ copier x =
|
||||
defaultHeldItem
|
||||
& itType .~ COPIER x
|
||||
& itUse .~ UseInt 0
|
||||
& itScroll .~ ItemScrollInt 0
|
||||
|
||||
bgate :: Item
|
||||
bgate =
|
||||
defaultHeldItem
|
||||
& itType .~ BGATE
|
||||
& itUse .~ UseInt 0
|
||||
& itScroll .~ ItemScrollIntRange 15 0
|
||||
|
||||
ugate :: Item
|
||||
ugate =
|
||||
defaultHeldItem
|
||||
& itType .~ UGATE
|
||||
& itUse .~ UseInt 0
|
||||
& itScroll .~ ItemScrollIntRange 3 0
|
||||
|
||||
bulletModule :: BulletMod -> Item
|
||||
bulletModule bm =
|
||||
|
||||
Reference in New Issue
Block a user