Cleanup
This commit is contained in:
@@ -111,6 +111,6 @@ equipSpeed _ = 1
|
||||
{- | Speed modifier of an item when aiming. -}
|
||||
equipAimSpeed :: Item -> Float -- TODO remove/rethink
|
||||
equipAimSpeed it
|
||||
| _itCombineType it == FRONTARMOUR = 0.5
|
||||
| _itCombineType it == FLAMESHIELD = 0.5
|
||||
| _itType it == FRONTARMOUR = 0.5
|
||||
| _itType it == FLAMESHIELD = 0.5
|
||||
| otherwise = 1
|
||||
|
||||
Reference in New Issue
Block a user