TeamREPENTOGON / REPENTOGON

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

Way to change OverrideData of Greed miniboss rooms #471

Open guwahavel opened 1 month ago

guwahavel commented 1 month ago

When entering a Shop or Secret Room, if Greed spawns, the OverrideData of that RoomDescriptor is set to a Greed layout, which causes Greed the replace the shop. Currently it isn't possible to know in advance if Greed will spawn, and replace that OverrideData with a different RoomConfigRoom. Some sort of callback to make this possible is needed.