Remove reified impulses from creature record
This commit is contained in:
@@ -97,7 +97,7 @@ shellHitFloor p pj =
|
||||
. (topj . pjVel . _z %~ bouncez)
|
||||
. (topj . pjVel . _xy %~ decvel)
|
||||
. (topj . pjSpin *~ 0.9)
|
||||
. (bounceSound pj)
|
||||
. bounceSound pj
|
||||
where
|
||||
bouncez x = max 0 (-0.5 * x)
|
||||
topj = cWorld . lWorld . projectiles . ix (pj ^. pjID)
|
||||
|
||||
Reference in New Issue
Block a user