195196197198199200201202203204205
server.addSmoke(smokeList, windDirection, bInferno); board.initializeAround(currentXCoord, currentYCoord); } //increment the fire turn counter currentHex.incrementFireTurn(); server.sendChangedHex(currentCoords); } } }