Files
Grinch-AP/worlds
Solidus Snake 8a552e3639 SMZ3: Fix Junk Item Overflow (#5162)
Removed `self.junkItemsNames = [item.Type.name for item in junkItems]` from `create_items` as that was pulling massive amounts of HeartPieces (because they're in junkItems in upstream) to be added if the start_inventory_from_pool was extensive. Getting more than 20 Heart Containers can lead to OHKO situations.

ETank was also removed as a junk item that can be used as filler in the earlier defined list of junk items that AP allows since you should only have 14 in the pool. It's not a problem to have more per se, but you really shouldn't have 27 of them in the pool, either. Ammo and such is much less of a problem to have crazy amounts of.
2025-07-30 07:40:01 -04:00
..
2024-04-12 00:32:10 -04:00
2025-07-26 22:16:00 +02:00
2025-07-23 23:27:50 +02:00
2025-06-13 22:01:19 +02:00
2025-05-10 18:49:49 -04:00
2025-04-30 16:24:10 +02:00
2025-07-30 07:40:01 -04:00
2024-12-01 04:09:22 +01:00
2025-07-27 01:27:29 +02:00
2025-07-27 01:27:29 +02:00
2025-06-16 12:31:16 +02:00