Meowlala / BOIStageAPI15

Custom StageAPI 1.5 for the Binding of Isaac Repentance, allows creating stages that use the form of others.
The Unlicense
21 stars 33 forks source link

Fixed issue when other mods replaced room datas #163

Closed thicco-catto closed 1 year ago

thicco-catto commented 1 year ago

There was an issue where if you replaced a room's data with the goto trick and another room changed another one (or changed the LevelRoom) those rooms would be swapped, since the room swap checker code was incorrectly checking for the award seed of the rooms, instead of the spawn seed.

Also fixed 2 instances of trying to use room instead of shared.Room