Fix creature spawning rate. I think it has been broken now since the ECS. Player creature count is refreshed per tick only and toniarts.openkeeper.game.logic.CreatureSpawnSystem uses the creature count as a base for calculations. This results in too high creature spawn rate.