From 13eb865e04dd21151ff1e01bf4469ec52b436be9 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Sat, 2 Dec 2017 15:53:56 -0500 Subject: [PATCH] fixes --- devNotes/VersionChangeLog-Premod+LoliMod.txt | 5 ++++- src/pregmod/FSlaveSelfImplreg.tw | 2 +- src/uncategorized/nonRandomEvent.tw | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt index 37a4ac24f82..f079ee6e7c9 100644 --- a/devNotes/VersionChangeLog-Premod+LoliMod.txt +++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt @@ -4779,4 +4779,7 @@ Pregmod 0.10.3.0 -added tracking to ng+ slaves to keep them from stealing the spotlight in certain current game events 176 - -fixed bugs \ No newline at end of file + -fixed bugs + + 177 + -fixes \ No newline at end of file diff --git a/src/pregmod/FSlaveSelfImplreg.tw b/src/pregmod/FSlaveSelfImplreg.tw index 521cf993421..63a02218390 100644 --- a/src/pregmod/FSlaveSelfImplreg.tw +++ b/src/pregmod/FSlaveSelfImplreg.tw @@ -188,7 +188,7 @@ You repeat this ritual throughout the week, ensuring that $activeSlave.slaveName <</if>> <<if _delt > 0>> Society is @@.green;pleased@@ by the addition of a new slave, no matter the means by which it was produced. - <<set $rep += $FSSingleSlaveRep*($arcologies[0]._delt/$FSLockinLevel)>> + <<set $rep += $FSSingleSlaveRep*($arcologies[0].FSRepopulationFocus/$FSLockinLevel)>> <<else>> The traditional elements of your society disapprove of this degenerate form of reproduction, but their complaints are countered by those who believe producing more slaves by any means necessary. <</if>> diff --git a/src/uncategorized/nonRandomEvent.tw b/src/uncategorized/nonRandomEvent.tw index 8b33ddc8fa0..12d87343066 100644 --- a/src/uncategorized/nonRandomEvent.tw +++ b/src/uncategorized/nonRandomEvent.tw @@ -134,7 +134,7 @@ <<else>> <<goto "P rivalry actions">> <</if>> -<<elseif ($arcologies[0].FSPaternalistDecoration = 100) && ($swanSong == 2) && ($week-$swanSongWeek >= 3)>> +<<elseif ($arcologies[0].FSPaternalistDecoration == 100) && ($swanSong == 2) && ($week-$swanSongWeek >= 3)>> <<goto "RE The Siren Strikes Back">> <<elseif ($PShoot == 1)>> <<set $Event = "shoot result">> -- GitLab