Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Sorry about that! Fixed now. Turns out it was an order-of-operations issue!

if(  stoneNumber % DRAIN_FACTOR * DRAIN_FACTOR == 0   )
      { drainMultiplier = 2 }