Remove internal ammo
This commit is contained in:
@@ -9,14 +9,6 @@ defaultLoadable :: HeldConsumption
|
||||
defaultLoadable =
|
||||
LoadableAmmo
|
||||
{ _laAmmoType = GenericAmmo
|
||||
, _laSource =
|
||||
InternalSource InternalAmmo
|
||||
{ _iaMax = 15
|
||||
, _iaLoaded = 0
|
||||
, _iaPrimed = True
|
||||
, _iaCycle = [loadEject 10, loadInsert 10, loadPrime 10]
|
||||
, _iaProgress = Nothing
|
||||
}
|
||||
, _laSourceType = BulletSource
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user