Skip to content

Increase maximum unlockables

sphere requested to merge increasemaxunlockables into next

Since !1767 (closed) gathered so much dust, it felt better to re-apply the changes on current next, now that !1749 (merged) has finally been merged.

  • Increases MAXUNLOCKABLES from 32 to 80.
  • Increases MAXEXTRAEMBLEMS from 16 to 48.
    • These two now add up to 128, which is equal to MAXCONDITIONSETS.
    • NOTE: Because of the way unlockable skins are set up, it's not possible to have more than 32 of them at the moment.
  • Fixes linedef actions 319 and 320.

Closes #770 (closed).

Merge request reports