Move towards unifying weapon barrels
This commit is contained in:
@@ -88,12 +88,9 @@ data GunBarrels
|
||||
, _brlNum :: Int
|
||||
, _brlInaccuracy :: Float
|
||||
}
|
||||
| BarrelList [GunBarrel]
|
||||
| RotBarrel
|
||||
{ _brlNum :: Int
|
||||
, _brlInaccuracy :: Float
|
||||
| BarrelList
|
||||
{ _brlList :: [GunBarrel]
|
||||
}
|
||||
| SingleBarrel {_brlInaccuracy :: Float}
|
||||
--deriving (Eq, Ord, Show, Read) --Generic, Flat)
|
||||
|
||||
data Nozzle = Nozzle
|
||||
|
||||
Reference in New Issue
Block a user