Add flavour text, start smoke, support for different reload sounds
This commit is contained in:
@@ -209,6 +209,7 @@ data Item
|
||||
, _wpAmmo :: Ammo
|
||||
, _wpReloadTime :: Int
|
||||
, _wpReloadState :: Int
|
||||
, _wpReloadType :: ReloadType
|
||||
, _itUseRate :: Int
|
||||
, _itUseTime :: Int
|
||||
, _itUse :: Item -> Creature -> World -> World
|
||||
@@ -305,6 +306,9 @@ data Item
|
||||
, _itAimStance :: AimStance
|
||||
}
|
||||
| NoItem
|
||||
|
||||
data ReloadType = ActiveReload | PassiveReload Int
|
||||
|
||||
data ItEffect = NoItEffect
|
||||
| ItInvEffect
|
||||
{_itInvEffect :: ItEffect -> Creature -> Int -> World -> World
|
||||
|
||||
Reference in New Issue
Block a user