Cleanup
This commit is contained in:
@@ -371,7 +371,7 @@ shootBullet ::
|
||||
World
|
||||
shootBullet itmtree cr (mz, x, magtree) w = fromMaybe w $ do
|
||||
thebullet <- getBulletType itmtree magtree mz cr w
|
||||
return $ flip (foldl' (&)) (replicate x (makeBullet thebullet (itmtree ^. ldtValue) cr mz)) w
|
||||
return $ foldl' (&) w (replicate x (makeBullet thebullet (itmtree ^. ldtValue) cr mz))
|
||||
|
||||
-- & makeMuzzleSmoke mz itm cr
|
||||
|
||||
|
||||
Reference in New Issue
Block a user