tmewett / BrogueCE

Brogue: Community Edition - a community-lead fork of the much-loved minimalist roguelike game
https://sites.google.com/site/broguegame/
GNU Affero General Public License v3.0
1.03k stars 109 forks source link

Seed catalog altar depth not variant-generic #703

Closed tmewett closed 2 months ago

tmewett commented 3 months ago

Hello,

Can I request a minor change for the next CE version?

In SeedCatalog.c, line 299 (in the source I see), can you adjust

if (rogue.depthLevel >= 13) { // resurrection & commutation altars can spawn starting on 13
    printSeedCatalogAltars(isCsvFormat);
}

So it uses the right depthLevel for RapidBrogue?

Thanks in advance!