[GS] How can I remove between districts adjacency bonuses from all districs (e.g.campus, holysites)

You could make a .sql file and simply write: DROP TABLE District_Adjacencies;
This may have ramifications though, so it may be a better option to use UPDATE instead, and replace all the districts' adjacency yields with blank values.
 
Top Bottom