lemonjelly
Modding For Ethne
In base BtS, any ocean tile that's not adjacent to a coast tile has no yield at all, and I've been looking in the DLL for a way to disable this, but I can't find anything, can anybody help?
m_bPotentialCityWork = false;
m_bPotentialCityWork = true;
I changed a value from true to false at the top of the file, and it works fine now.