Minor Bugs

Discussion in 'Support!' started by wondible, November 15, 2015.

  1. wondible

    wondible Post Master General

    Messages:
    3,315
    Likes Received:
    2,089
    The first one could create incorrect unit stats in specific circumstances:

    In Galactic War, units with cards applied may be incorrectly merged with their base specs.

    Cause: flattenBaseSpecs merges arrays (like command caps) when it should replace them. Easy fix: `_.merge` takes a an extra parameter that can be used to adjust the behavior

    The rest are minor inconsistencies that made me write some extra mod code:

    - `support_platform` (Angel) has `ORDER_Assist` twice.
    - Several units appear in `unit_list.json` twice - I believe it's the ones that have ex1 variants
    - `bot_nanoswarm` has a blank `buildable_types`
    DeathByDenim likes this.

Share This Page