mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Actually make sure excess heart pieces/containers become 20 rupees, since the max is 20 hearts anyways.
This commit is contained in:
@@ -64,8 +64,8 @@ difficulties = {
|
|||||||
progressive_armor_limit = 2,
|
progressive_armor_limit = 2,
|
||||||
progressive_bow_limit = 2,
|
progressive_bow_limit = 2,
|
||||||
progressive_bottle_limit = 4,
|
progressive_bottle_limit = 4,
|
||||||
boss_heart_container_limit = 255,
|
boss_heart_container_limit = 10,
|
||||||
heart_piece_limit = 255,
|
heart_piece_limit = 24,
|
||||||
),
|
),
|
||||||
'hard': Difficulty(
|
'hard': Difficulty(
|
||||||
baseitems = normalbaseitems,
|
baseitems = normalbaseitems,
|
||||||
|
Reference in New Issue
Block a user