Skip to content
Snippets Groups Projects
Commit c674fe9c authored by kopareigns's avatar kopareigns
Browse files

propCampaign fix

parent 2ae43250
No related branches found
No related tags found
No related merge requests found
...@@ -129,7 +129,7 @@ ...@@ -129,7 +129,7 @@
<</if>> <</if>>
<</if>> <</if>>
<<if $secExp == 1>> <<if $secExp == 1>>
<<if $propCampaign == 1 && $propFocus == "social engineering">> <<if $propCampaign >= 1 && $propFocus == "social engineering">>
Your propaganda campaign helps further your societal engineering efforts. Your propaganda campaign helps further your societal engineering efforts.
<<if $RecuriterOffice == 0 || $Recruiter == 0>> <<if $RecuriterOffice == 0 || $Recruiter == 0>>
<<if $propCampaignBoost == 1>> <<if $propCampaignBoost == 1>>
...@@ -140,9 +140,9 @@ ...@@ -140,9 +140,9 @@
<<else>> <<else>>
''__@@.pink;<<= SlaveFullName($Recruiter)>>@@__'' is able to further boost your societal engineering campaign from her PR hub office. ''__@@.pink;<<= SlaveFullName($Recruiter)>>@@__'' is able to further boost your societal engineering campaign from her PR hub office.
<<if $propCampaignBoost == 1>> <<if $propCampaignBoost == 1>>
<<set _broadProgress += 4+Math.floor(($Recruiter.intelligence+$Recruiter.intelligenceImplant)/32)>> <<set _broadProgress += $propCampaign + Math.floor(($Recruiter.intelligence+$Recruiter.intelligenceImplant)/32)>>
<<else>> <<else>>
<<set _broadProgress += 3+Math.floor(($Recruiter.intelligence+$Recruiter.intelligenceImplant)/32)>> <<set _broadProgress += 1 + Math.floor(($Recruiter.intelligence+$Recruiter.intelligenceImplant)/32)>>
<</if>> <</if>>
<</if>> <</if>>
<</if>> <</if>>
......
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