TeamREPENTOGON / REPENTOGON

Script extender for The Binding of Isaac: Repentance
https://repentogon.com/
GNU General Public License v2.0
215 stars 23 forks source link

[rep+] Using EntityPickup:AddCollectibleCycle() Has no effect on items #638

Closed Kakoure closed 1 month ago

Kakoure commented 1 month ago

In the rep+ build, it seems that any usages of EntityPickup:AddCollectibleCycle() has no effect on collectibles, causing no items to be added to the cycle while throwing no errors.

This can be observed by spawning an item and running l Isaac.FindByType(EntityType.ENTITY_PICKUP, PickupVariant.PICKUP_COLLECTIBLE, nil, false, false)[1]:ToPickup():AddCollectibleCycle(1), which adds a sad onion to the cycle in the repentance build but does not in rep+.

Image

epfly6 commented 1 month ago

Fixed in 013c7dba!