A super amazing game - thanks again for working on it like crazy! I'm curious, and wondering if I missed it, is there a way to open Dizzy's in other towns you move to?
A temporary fix is to go into the .html and change line 30963
from
let dropdownTowns = Object.keys(allTownsData).filter(t => allTownsData[t].dizzyDoughnuts && allTownsData[t].dizzyDoughnuts.owner !== null);
to
let dropdownTowns = Object.keys(allTownsData);
This forces the franchise network to show all towns, instead of only towns that have a dizzy's with a current owner.