diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt index 289eb4210fc0edfb12864391ab68966be8dadb7d..ed15ea00e62ad134b73e128cd9ce892d14a5e2d5 100644 --- a/devNotes/VersionChangeLog-Premod+LoliMod.txt +++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt @@ -4,6 +4,10 @@ 2/18/18 + 359 + -neighbors can now have the same potential number of FS as you instead of a hardset 4 + -this also caps the rival + 358 -attempted to plug braces exploit diff --git a/src/uncategorized/neighborsDevelopment.tw b/src/uncategorized/neighborsDevelopment.tw index 70ecd0e4617af7f6d4764bac44669a388444cdf8..87758d6a5096f41b362150e5fead85f0c9e5671c 100644 --- a/src/uncategorized/neighborsDevelopment.tw +++ b/src/uncategorized/neighborsDevelopment.tw @@ -1728,10 +1728,12 @@ has an estimated GSP of @@.yellowgreen;<<print cashFormat(Math.trunc((0.1*$arcol /* FUTURE SOCIETY ADOPTION */ <<if $arcologies[$i].direction != 0>> -<<if $arcologies[$i].rival == 1 || (_societiesAdopted < 4 && _societiesAdopted < ($arcologies[$i].prosperity/25)+($week/25)-3)>> +<<if _societiesAdopted < $FSCreditCount>> +<<if ($arcologies[$i].rival == 1) || (_societiesAdopted < ($arcologies[$i].prosperity/25)+($week/25)-3)>> <<include "Neighbors FS Adoption">> +<</if>> <</if>> <</if>> /* CLOSES FUTURE SOCIETY ADOPTION */