testing
Go to file
dtookey 456b100799 Added a patch to enable the final act.
cleaned up some formatting in ConstructDraftPatch.java
2020-09-18 02:40:14 -04:00
constructTheArena Added a patch to enable the final act. 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.