abyssonym / rumble_chaos_crashdown

FFT Randomizer
39 stars 3 forks source link

Move-find randomization generates out of bounds items. #3

Closed disastranagant closed 8 years ago

disastranagant commented 9 years ago

Might want to make a table of map dimensions instead of hoping they're all 16x16.

disastranagant commented 9 years ago

Then again, maybe I should just not use the dumb endgame gear lottery options. Making it always put move-finds on valid tiles sounds like a really annoying problem the more I think about it and "Oh boy, a Chaos Blade in Chapter 1" isn't that fun anyway.

abyssonym commented 9 years ago

Restricting them to the bounds of the map probably won't be too difficult, but yeah, making sure they always land on walkable tiles is a tough problem.

abyssonym commented 8 years ago

I actually fixed this. (well as far as I know... there might be some exceptions)