Adjusts default spell position for cult (#89730)

## About The Pull Request
Cult spells don't overlap with second row of inventory
Before:

![image](https://github.com/user-attachments/assets/8f21633b-b533-4153-923a-ff238cddd71f)

After:


![image](https://github.com/user-attachments/assets/55026b02-6d57-49a0-9f6f-346ac02300cd)
## Why It's Good For The Game
Better ui
## Changelog
🆑
qol: cult spells no longer overlap with second row of inventory
/🆑
This commit is contained in:
Holoo
2025-03-12 17:11:00 -04:00
committed by Roxy
parent f0270f7188
commit 7cfdfe1141
+1 -1
View File
@@ -22,7 +22,7 @@
#define BLOOD_BEAM_COST 500
#define IRON_TO_CONSTRUCT_SHELL_CONVERSION 50
//screen locations
#define DEFAULT_BLOODSPELLS "6:-29,4:-2"
#define DEFAULT_BLOODSPELLS "6:-29,4:+15"
//misc
#define SOULS_TO_REVIVE 3
#define BLOODCULT_EYE COLOR_RED