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

Water Enabler & Darkness Enabler could set their respective flags if detected #48

Open kittenchilly opened 2 years ago

kittenchilly commented 2 years ago

Since spawning the entity crashes the game, we can fix this by just adding FLAG_FLOODED or FLAG_PITCH_BLACK respectively to the room if detected. Instead of just nothing.

guwahavel commented 1 year ago

Darkness Enabler should work as of now, not the Water Enabler as the FLOODED flag doesn't apply instantly in rooms so it wouldn't be very useful.