Merge pull request #16022 from SandPoot/fix-loadout-runtime-not-spawning-items

Fix loadout runtime (which prevents remaining items from spawning)
This commit is contained in:
BlueWildrose
2023-10-31 14:47:20 -06:00
committed by GitHub
4 changed files with 120 additions and 73 deletions
+3
View File
@@ -61,6 +61,9 @@
//unlockable items
#define LOADOUT_CATEGORY_UNLOCKABLE "Unlockable"
//errors with your savefile
#define LOADOUT_CATEGORY_ERROR "Errors"
//how many prosthetics can we have
#define MAXIMUM_LOADOUT_PROSTHETICS 4