Allow for custom reloading sounds
This commit is contained in:
@@ -5,6 +5,7 @@ module Dodge.Item.Weapon.Launcher
|
||||
, fireTrackingShell
|
||||
) where
|
||||
import Dodge.Data
|
||||
import Dodge.Reloading.Action
|
||||
import Dodge.Default
|
||||
import Dodge.Default.Weapon
|
||||
import Dodge.Item.Location
|
||||
@@ -44,7 +45,7 @@ launcher = defaultWeapon
|
||||
}
|
||||
& laMax .~ 1
|
||||
& laLoaded .~ 1
|
||||
& laCycle .~ [Eject 30, Insert 30 Nothing, Prime 10]
|
||||
& laCycle .~ [loadEject 30, loadInsert 30, loadPrime 10]
|
||||
, _itUse = ruseRate 20 usePjCreation upHammer
|
||||
[ hammerCheckI
|
||||
, ammoCheckI
|
||||
|
||||
Reference in New Issue
Block a user