Tweak explosions
This commit is contained in:
@@ -22,7 +22,7 @@ selectUse itm _ w = fromMaybe w $ do
|
||||
& cWorld . lWorld . projectiles . ix pjid . prjDraw .~ DrawBlankProjectile
|
||||
-- & itPoint . itUse . heldUse .~ HeldDoNothing
|
||||
-- & itPoint . itUse . heldMods .~ DoNothingMod
|
||||
& usePayload (_prjPayload thepj) (_prjPos thepj)
|
||||
& usePayload (_prjPayload thepj) (_prjPos thepj) (_prjVel thepj)
|
||||
where
|
||||
notdestroyed DestroyPU{} = False
|
||||
notdestroyed _ = True
|
||||
|
||||
Reference in New Issue
Block a user