Cleanup, remove records, stop unecessary Aeson compile
This commit is contained in:
@@ -891,7 +891,7 @@ getBulletType magtree =
|
||||
-- attree <- lookup AmmoTargetingLink (magtree ^. ldtLeft)
|
||||
-- bt <- attree ^? ldtValue . itUse . ubMod . bmTrajectory
|
||||
-- return $ getBulletTrajectory mz (itmtree ^. ldtValue) bt tp cr w
|
||||
bpayload = fromMaybe BulSpark $ do
|
||||
bpayload = fromMaybe (BulPlain 100) $ do
|
||||
attree <- lookup AmmoPayloadLink (magtree ^. ldtLeft)
|
||||
attree ^? ldtValue . itUse . ubMod . bmPayload
|
||||
beffect = fromMaybe DestroyBullet $ do
|
||||
|
||||
Reference in New Issue
Block a user