Commit before perhaps rethinking item structure
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
module Dodge.Item.Scope (
|
||||
stickyMod,
|
||||
shellModule,
|
||||
zoomScope,
|
||||
targetingScope,
|
||||
@@ -36,6 +37,13 @@ targetingScope tt = defaultHeldItem
|
||||
homingModule :: Item
|
||||
homingModule = makeAttach HOMINGMODULE
|
||||
|
||||
stickyMod :: Item
|
||||
stickyMod =
|
||||
defaultHeldItem
|
||||
& itType .~ STICKYMOD
|
||||
& itUse .~ UseNothing
|
||||
|
||||
|
||||
bulletModule :: BulletMod -> Item
|
||||
bulletModule bm =
|
||||
defaultHeldItem
|
||||
|
||||
Reference in New Issue
Block a user