Skip to content

basic upgrade bonus

Tristan Kernan requested to merge github/fork/tristanmkernan/issue/1251 into master

issue #1251 (closed)

this PR:

  • adds the table row for the ability upgrade score
    • and increases the element height to compensate
  • attempts to increase the ability upgrade score on ability upgrade
    • note: this is incomplete

I don't understand how to properly check if an ability is upgraded. currently, this PR will correctly identify an upgraded "Godlet Printer" ability, but will not detect an upgraded Abolished's Greater Pyre ability (despite it being upgraded!). I don't understand the isUpgraded / hasUpgrade / etc code.

Merge request reports