testing
Go to file
dtookey 3f03dddab3 Minor formatting tweaks.
Better deployment tooling. added a project README.md (it's not very good).
Added some markdowns to work with Obsidian.md so I can remember how all of this stuff works in future.
Modified CArenaPatch to simply store whether or not the user selected the game mode.
Modified ConstructDraftPatch to set CArenaPatch.enabled to false (we're done with our part, we don't need to run until game start)
2020-09-18 02:40:14 -04:00
constructTheArena Minor formatting tweaks. 2020-09-18 02:40:14 -04:00
deploy.sh Minor formatting tweaks. 2020-09-18 02:40:14 -04:00
LICENSE first commit 2020-09-18 02:40:14 -04:00
README.md Minor formatting tweaks. 2020-09-18 02:40:14 -04:00

Construct the Spire (formerly Arena)

Custom game Mod for Constructed mode in Slay the Spire

This patches the addNonDailyMods method in CustomModeScreen to set a static boolean that signals to the rest of the patches that the mod has been enabled.

This behavior is because I couldn't quite figure out how to detect loaded game mods during runtime from methods called after AbstractDungeon has been initalized.