mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
Adjusts default spell position for cult (#89730)
## About The Pull Request Cult spells don't overlap with second row of inventory Before:  After:  ## 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user