diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt index aba4ee0501e55cd37eaefc52be1957a277badf71..dce0092ab4e066e8750d55e78739e8a497ab190f 100644 --- a/devNotes/VersionChangeLog-Premod+LoliMod.txt +++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt @@ -4682,4 +4682,16 @@ Pregmod 0.10.3.0 -fixed FCTV channels 12 and 13 not showing reruns should they run out of content 155 - -fixed princes \ No newline at end of file + -fixed princes + + 156 + -SFanon's fixes and tweaks + + 11/26/17 + + 157 + -added rumor reduction to reputation policies + SecEx: + -discounts for applicable PC experience + -cyber upgrade for units + \ No newline at end of file diff --git a/src/init/storyInit.tw b/src/init/storyInit.tw index 727e0b35b12c163ba8e3bbdd68dcc79c3ef1d508..7f63e33c95c0b976ddef2254de9737bc84e7ad96 100644 --- a/src/init/storyInit.tw +++ b/src/init/storyInit.tw @@ -982,6 +982,7 @@ DairyRestraintsSetting($dairyRestraintsSetting) <<set $raided = 0>> <<set $MixedMarriage = 0>> <<set $CulturalOpenness = 0>> +<<set $goodImageCampaign = 0>> <<set $policyCost = 5000>> <<set $expiree = 0>> diff --git a/src/uncategorized/BackwardsCompatibility.tw b/src/uncategorized/BackwardsCompatibility.tw index 2f893be2d71568bfe40f2fabff49743d8f12a593..8b936d0519af45b3f5e663a3bb1445dcd9c19712 100644 --- a/src/uncategorized/BackwardsCompatibility.tw +++ b/src/uncategorized/BackwardsCompatibility.tw @@ -1859,6 +1859,9 @@ Setting missing global variables: <<if ndef $shelterSlaveGeneratedWeek || $shelterSlaveGeneratedWeek > $week>> <<set $shelterSlaveGeneratedWeek = 0>> <</if>> +<<if ndef $goodImageCampaign>> + <<set $goodImageCampaign = 0>> +<</if>> <<if ndef $trinkets>> <<set $trinkets = []>> diff --git a/src/uncategorized/persBusiness.tw b/src/uncategorized/persBusiness.tw index 03084657858ce93f02d654402624bbdb903f22a3..25bf4115b17f63000c22ae263cec551333de54c9 100644 --- a/src/uncategorized/persBusiness.tw +++ b/src/uncategorized/persBusiness.tw @@ -560,6 +560,10 @@ <<if $CashForRep == 1>> This week you gave up business opportunities worth ¤$policyCost to help deserving citizens, @@.green;burnishing your reputation.@@ <<set $rep += 100, $cash -= $policyCost>> + <<if $PC.degeneracy > 1>> + This also helps @@.green;offset any rumors@@ about your private actions. + <<set $PC.degeneracy -= 1>> + <</if>> <</if>> <</if>> <<if $rep > 100>> diff --git a/src/uncategorized/policies.tw b/src/uncategorized/policies.tw index 0202f527a0f5c8fee64ca7c945cd7c009e3f6b24..797006bd5e832228db09d4ca28a840007c438547 100644 --- a/src/uncategorized/policies.tw +++ b/src/uncategorized/policies.tw @@ -197,7 +197,7 @@ <</if>> <<if $alwaysSubsidizeRep == 1>> - <br>''Self-Promotion Program:'' subtle paid advertising communicates your good side to the public. + <br>''Self-Promotion Program:'' subtle paid advertising communicates your good side to the public. They also ease any potential rumors. [[Repeal|Policies][$alwaysSubsidizeRep = 0]] <</if>> @@ -915,7 +915,7 @@ <</if>> <<if $alwaysSubsidizeRep == 0>> - <br>''Self-Promotion Program:'' subtle paid advertising will communicate your good side to the public. + <br>''Self-Promotion Program:'' subtle paid advertising will communicate your good side to the public and ease any rumors about you. [[Implement|Policies][$alwaysSubsidizeRep = 1, $cash -=5000, $rep -= 1000]] <br> //Will cost ¤$policyCost weekly to maintain, and improve your reputation// <</if>> diff --git a/src/uncategorized/reputation.tw b/src/uncategorized/reputation.tw index d27fc591c51fd7f298b2fc35e19077011a02f20d..b54864012c087fd8e74f06ff2ec5632ad2e29455 100644 --- a/src/uncategorized/reputation.tw +++ b/src/uncategorized/reputation.tw @@ -641,6 +641,12 @@ On formal occasions, you are announced as $PCTitle. <<if $rep <= 19900>> <<set $rep += 100>> Reputation subsidized as planned. + <<if $PC.degeneracy > 1>> + <<set $PC.degeneracy -= 1>> + <</if>> +<<elseif $PC.degeneracy > 1>> + <<set $PC.degeneracy -= 1>> + Rumors quelled as planned. <<else>> <<set $cash += 1000>> Reputation subsidy reclaimed this week since your reputation is capped.