mirror of
https://github.com/open-goal/jak-project
synced 2026-07-11 07:25:37 -04:00
2bb1d53752
Adds two new lump types: `cell-info` and `buzzer-info`. `cell-info` takes a `game-task` enum value and defines an `eco-info` lump for power cells. `buzzer-info` takes a `game-task` enum value and an integer and automatically calculates the required value for the buzzer task with the formula `task + buzzer * (1 << 16)`.