Commit before making hotkeys attach to item ids, not inv ids
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
module Dodge.Item.Scope (
|
||||
underBarrelSlot,
|
||||
gimbal,
|
||||
gyroscope,
|
||||
stickyMod,
|
||||
@@ -84,5 +85,8 @@ gimbal = makeAttach GIMBAL
|
||||
gyroscope :: Item
|
||||
gyroscope = makeAttach GYROSCOPE
|
||||
|
||||
underBarrelSlot :: Item
|
||||
underBarrelSlot = makeAttach UNDERBARRELSLOT
|
||||
|
||||
smokeReducer :: Item
|
||||
smokeReducer = makeAttach SMOKEREDUCER
|
||||
|
||||
Reference in New Issue
Block a user