Actually make sure excess heart pieces/containers become 20 rupees, since the max is 20 hearts anyways.

This commit is contained in:
caitsith2 2020-06-18 08:49:54 -07:00
parent 63eb0ffc7b
commit be48f96f65
1 changed files with 2 additions and 2 deletions

View File

@ -64,8 +64,8 @@ difficulties = {
progressive_armor_limit = 2,
progressive_bow_limit = 2,
progressive_bottle_limit = 4,
boss_heart_container_limit = 255,
heart_piece_limit = 255,
boss_heart_container_limit = 10,
heart_piece_limit = 24,
),
'hard': Difficulty(
baseitems = normalbaseitems,