Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

I don't see how this is related to these bugfixes, but enemies burning multiple tiles will burn only one.

Thanks so much for all the bug-finding! Fixed. 

(nerdy details: When improving 194, I added code to abort the tile-burning process early upon failure [i.e. tilesBurned == 0], but it turns out I never coded the AI to increment tilesBurned as it burns tiles. So it burned 1 tile and then said "welp, I burned 0 tiles, so I guess I'll give up now".)