Allow for bullet drag
This commit is contained in:
@@ -106,8 +106,8 @@ creatureTurnToward p turnSpeed cr
|
||||
equipSpeed :: Item -> Float
|
||||
equipSpeed _ = 1
|
||||
{- | Speed modifier of an item when aiming. -}
|
||||
equipAimSpeed :: Item -> Float
|
||||
equipAimSpeed :: Item -> Float -- TODO remove/rethink
|
||||
equipAimSpeed it
|
||||
| _itIdentity it == FrontArmour = 0.5
|
||||
| _itIdentity it == FlameShield = 0.5
|
||||
| _itCombineType it == FRONTARMOUR = 0.5
|
||||
| _itCombineType it == FLAMESHIELD = 0.5
|
||||
| otherwise = 1
|
||||
|
||||
Reference in New Issue
Block a user