Mid implementation of external ammo sources
This commit is contained in:
@@ -24,7 +24,6 @@ itBounds ibt = case ibt of
|
||||
HELD hit -> heldBounds hit
|
||||
_ -> V3 0 0 0
|
||||
|
||||
|
||||
heldBounds :: HeldItemType -> Point3
|
||||
heldBounds hit = case hit of
|
||||
BANGSTICK _ -> V3 0 0 0
|
||||
@@ -39,6 +38,7 @@ heldBounds hit = case hit of
|
||||
GRAPECANNON _ -> bbs
|
||||
MINIGUNX _ -> minis
|
||||
VOLLEYGUN _ -> undefined
|
||||
MULTIGUN _ -> undefined
|
||||
RIFLE -> rs
|
||||
REPEATER -> rs
|
||||
AUTORIFLE -> rs
|
||||
|
||||
Reference in New Issue
Block a user