Actually make sure excess heart pieces/containers become 20 rupees, since the max is 20 hearts anyways.
This commit is contained in:
parent
63eb0ffc7b
commit
be48f96f65
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue