Commit before making hotkeys attach to item ids, not inv ids

This commit is contained in:
2024-12-31 00:34:47 +00:00
parent 87f068f01a
commit 1e7dcbfded
15 changed files with 283 additions and 246 deletions
+4
View File
@@ -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