From b9cc63945b1e0fffa3be18ee777c267bbe289ea7 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Sun, 18 Feb 2018 23:32:03 -0500 Subject: [PATCH] caps --- devNotes/VersionChangeLog-Premod+LoliMod.txt | 4 ++++ src/uncategorized/neighborsDevelopment.tw | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt index 289eb4210fc..ed15ea00e62 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 70ecd0e4617..87758d6a509 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 */ -- GitLab