SotMSteamMods / CauldronMods

Mod adaptations of the Cauldron decks for Sentinels of the Multiverse for Steam Workshop
MIT License
15 stars 9 forks source link

Create irradiated markers at runtime. Move Pyre code to extension methods. #1678

Closed jamespicone closed 7 months ago

jamespicone commented 7 months ago

Changes the way Pyre's markers work so that we only have one marker in the decklist and make new ones at runtime when we need them. This means we can irradiate more than 40 cards and also when you open pyre's cardlist you only see one copy of the marker card and it doesn't have to count to 40.

Also moves a bunch of code to extension methods, and makes the "is this an irradiated marker card?" check a bit more specific and consistent.