Skip to content
Snippets Groups Projects
Commit e22da226 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'nicea-roll-fix' into 'pregmod-master'

nicea roll fix

See merge request pregmodfan/fc-pregmod!7411
parents dd741168 ea36168c
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<<if $plot == 1>><<set $nextLink = "Nonrandom Event">><<else>><<set $nextLink = "Random Nonindividual Event">><</if>> <<if $plot == 1>><<set $nextLink = "Nonrandom Event">><<else>><<set $nextLink = "Random Nonindividual Event">><</if>>
<<set $nextButton = "Continue">> <<set $nextButton = "Continue">>
<<set _nicaea.RollA = random(-1,0), _nicaea.RollB = random(-1,0), _nicaea.RollC = random(-1,0)>> <<set _nicaeaRollA = random(-1,0), _nicaeaRollB = random(-1,0), _nicaeaRollC = random(-1,0)>>
<<set $nicaea.held = 1, $arcologies[0].FSChattelReligionistCreed = 1>> <<set $nicaea.held = 1, $arcologies[0].FSChattelReligionistCreed = 1>>
...@@ -52,13 +52,13 @@ On the first question, the great debate is between those Chattel Religionists wh ...@@ -52,13 +52,13 @@ On the first question, the great debate is between those Chattel Religionists wh
A majority of the Council currently supports deciding this question in favor of ''the <<if $nicaea.focus == "slaves">>slave<<else>>slaveowner<</if>> centrality.'' A majority of the Council currently supports deciding this question in favor of ''the <<if $nicaea.focus == "slaves">>slave<<else>>slaveowner<</if>> centrality.''
<br>&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;
<<link "Support the slave centrality">> <<link "Support the slave centrality">>
<<set $nicaea.influence -= 1, _nicaea.RollA += 1>> <<set $nicaea.influence -= 1, _nicaeaRollA += 1>>
<<if _nicaea.RollA > 0>><<set $nicaea.focus = "slaves">><</if>> <<if _nicaeaRollA > 0>><<set $nicaea.focus = "slaves">><</if>>
<<goto "SE nicaea council">> <<goto "SE nicaea council">>
<</link>> <</link>>
| <<link "Support the slaveowner centrality">> | <<link "Support the slaveowner centrality">>
<<set $nicaea.influence -= 1, _nicaea.RollA += 1>> <<set $nicaea.influence -= 1, _nicaeaRollA += 1>>
<<if _nicaea.RollA > 0>><<set $nicaea.focus = "owners">><</if>> <<if _nicaeaRollA > 0>><<set $nicaea.focus = "owners">><</if>>
<<goto "SE nicaea council">> <<goto "SE nicaea council">>
<</link>> <</link>>
...@@ -68,18 +68,18 @@ On the second question, there are advocates for holy prostitution, sacred public ...@@ -68,18 +68,18 @@ On the second question, there are advocates for holy prostitution, sacred public
A majority of the Council currently supports deciding this question in favor of ''<<if $nicaea.assignment == "whore">>prostitution<<elseif $nicaea.assignment == "serve the public">>public service<<else>>fucktoy duty<</if>>.'' A majority of the Council currently supports deciding this question in favor of ''<<if $nicaea.assignment == "whore">>prostitution<<elseif $nicaea.assignment == "serve the public">>public service<<else>>fucktoy duty<</if>>.''
<br>&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;
<<link "Support prostitution">> <<link "Support prostitution">>
<<set $nicaea.influence -= 1, _nicaea.RollB += 1>> <<set $nicaea.influence -= 1, _nicaeaRollB += 1>>
<<if _nicaea.RollB > 0>><<set $nicaea.assignment = "whore">><</if>> <<if _nicaeaRollB > 0>><<set $nicaea.assignment = "whore">><</if>>
<<goto "SE nicaea council">> <<goto "SE nicaea council">>
<</link>> <</link>>
| <<link "Support public service">> | <<link "Support public service">>
<<set $nicaea.influence -= 1, _nicaea.RollB += 1>> <<set $nicaea.influence -= 1, _nicaeaRollB += 1>>
<<if _nicaea.RollB > 0>><<set $nicaea.assignment = "serve the public">><</if>> <<if _nicaeaRollB > 0>><<set $nicaea.assignment = "serve the public">><</if>>
<<goto "SE nicaea council">> <<goto "SE nicaea council">>
<</link>> <</link>>
| <<link "Support fucktoy duty">> | <<link "Support fucktoy duty">>
<<set $nicaea.influence -= 1, _nicaea.RollB += 1>> <<set $nicaea.influence -= 1, _nicaeaRollB += 1>>
<<if _nicaea.RollB > 0>><<set $nicaea.assignment = "please you">><</if>> <<if _nicaeaRollB > 0>><<set $nicaea.assignment = "please you">><</if>>
<<goto "SE nicaea council">> <<goto "SE nicaea council">>
<</link>> <</link>>
...@@ -89,18 +89,18 @@ On the third question, some with seats on the Council think owning sex slaves is ...@@ -89,18 +89,18 @@ On the third question, some with seats on the Council think owning sex slaves is
A majority of the Council currently supports deciding this question in favor of ''<<if $nicaea.achievement == "slaves">>owning slaves<<else>>$nicaea.achievement<</if>>.'' A majority of the Council currently supports deciding this question in favor of ''<<if $nicaea.achievement == "slaves">>owning slaves<<else>>$nicaea.achievement<</if>>.''
<br>&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;
<<link "Support owning many slaves">> <<link "Support owning many slaves">>
<<set $nicaea.influence -= 1, _nicaea.RollC += 1>> <<set $nicaea.influence -= 1, _nicaeaRollC += 1>>
<<if _nicaea.RollC > 0>><<set $nicaea.achievement = "slaves">><</if>> <<if _nicaeaRollC > 0>><<set $nicaea.achievement = "slaves">><</if>>
<<goto "SE nicaea council">> <<goto "SE nicaea council">>
<</link>> <</link>>
| <<link "Support trust">> | <<link "Support trust">>
<<set $nicaea.influence -= 1, _nicaea.RollC += 1>> <<set $nicaea.influence -= 1, _nicaeaRollC += 1>>
<<if _nicaea.RollC > 0>><<set $nicaea.achievement = "trust">><</if>> <<if _nicaeaRollC > 0>><<set $nicaea.achievement = "trust">><</if>>
<<goto "SE nicaea council">> <<goto "SE nicaea council">>
<</link>> <</link>>
| <<link "Support devotion">> | <<link "Support devotion">>
<<set $nicaea.influence -= 1, _nicaea.RollC += 1>> <<set $nicaea.influence -= 1, _nicaeaRollC += 1>>
<<if _nicaea.RollC > 0>><<set $nicaea.achievement = "devotion">><</if>> <<if _nicaeaRollC > 0>><<set $nicaea.achievement = "devotion">><</if>>
<<goto "SE nicaea council">> <<goto "SE nicaea council">>
<</link>> <</link>>
......
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