Skip to content
Snippets Groups Projects
Commit 273232d6 authored by Pregmodder's avatar Pregmodder
Browse files

Arcologies go not culturally influence themselves

parent e4636ffd
No related branches found
No related tags found
1 merge request!8784Arcologies do not culturally influence themselves
......@@ -8,6 +8,12 @@ App.Neighbor.opinion = function(activeArcology, targetArcology) {
let opinion = 0;
if (activeArcology.direction === targetArcology.direction) {
// ignore narcissism
// this will be a problem in the future and as such, arcologies should realistically be given IDs
return opinion;
}
for (const fs of shared) {
opinion += activeArcology[fs];
opinion += targetArcology[fs];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment