Cleanup, trying to diagnose space leak in crit update
This commit is contained in:
@@ -6,6 +6,7 @@ module Dodge.Item.Weapon.BulletGun.Cane
|
||||
, autoRifle
|
||||
, assaultRifle
|
||||
, miniGun
|
||||
, miniGun'
|
||||
) where
|
||||
import Dodge.Item.Weapon.BulletGun.Clip
|
||||
import Dodge.Data
|
||||
@@ -185,6 +186,8 @@ assaultRifle = repeater
|
||||
, withMuzFlareI
|
||||
, withRecoilI 50
|
||||
]
|
||||
miniGun' :: Item
|
||||
miniGun' = miniGun & itConsumption . ammoLoaded .~ 0
|
||||
miniGun :: Item
|
||||
miniGun = defaultAutoGun
|
||||
{ _itName = "MINIGUN"
|
||||
|
||||
Reference in New Issue
Block a user