Fix burst rifle rate delay bug, various cleanups
This commit is contained in:
@@ -43,11 +43,7 @@ autoRifle =
|
||||
& itType .~ HELD AUTORIFLE
|
||||
|
||||
burstRifle :: Item
|
||||
burstRifle =
|
||||
rifle
|
||||
& itType .~ HELD BURSTRIFLE
|
||||
-- & itUse . heldMuzzles . ix 0 . mzInaccuracy .~ 0.05
|
||||
-- & itUse . heldDelay . rateMax .~ 6
|
||||
burstRifle = rifle & itType .~ HELD BURSTRIFLE
|
||||
|
||||
miniGunX :: Int -> Item
|
||||
miniGunX i =
|
||||
|
||||
Reference in New Issue
Block a user