diff --git a/src/uncategorized/seNicaeaCouncil.tw b/src/uncategorized/seNicaeaCouncil.tw
index 7353504fe50caf21c29b05ff536faf31da71c4d1..6c0be0e2ff40b3551f18b8aea359a92d86bae2f6 100644
--- a/src/uncategorized/seNicaeaCouncil.tw
+++ b/src/uncategorized/seNicaeaCouncil.tw
@@ -2,7 +2,7 @@
 
 <<if $plot == 1>><<set $nextLink = "Nonrandom Event">><<else>><<set $nextLink = "Random Nonindividual Event">><</if>>
 <<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>>
 
@@ -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.''
 <br>&nbsp;&nbsp;&nbsp;&nbsp;
 <<link "Support the slave centrality">>
-	<<set $nicaea.influence -= 1, _nicaea.RollA += 1>>
-	<<if _nicaea.RollA > 0>><<set $nicaea.focus = "slaves">><</if>>
+	<<set $nicaea.influence -= 1, _nicaeaRollA += 1>>
+	<<if _nicaeaRollA > 0>><<set $nicaea.focus = "slaves">><</if>>
 	<<goto "SE nicaea council">>
 <</link>>
 | <<link "Support the slaveowner centrality">>
-	<<set $nicaea.influence -= 1, _nicaea.RollA += 1>>
-	<<if _nicaea.RollA > 0>><<set $nicaea.focus = "owners">><</if>>
+	<<set $nicaea.influence -= 1, _nicaeaRollA += 1>>
+	<<if _nicaeaRollA > 0>><<set $nicaea.focus = "owners">><</if>>
 	<<goto "SE nicaea council">>
 <</link>>
 
@@ -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>>.''
 <br>&nbsp;&nbsp;&nbsp;&nbsp;
 <<link "Support prostitution">>
-	<<set $nicaea.influence -= 1, _nicaea.RollB += 1>>
-	<<if _nicaea.RollB > 0>><<set $nicaea.assignment = "whore">><</if>>
+	<<set $nicaea.influence -= 1, _nicaeaRollB += 1>>
+	<<if _nicaeaRollB > 0>><<set $nicaea.assignment = "whore">><</if>>
 	<<goto "SE nicaea council">>
 <</link>>
 | <<link "Support public service">>
-	<<set $nicaea.influence -= 1, _nicaea.RollB += 1>>
-	<<if _nicaea.RollB > 0>><<set $nicaea.assignment = "serve the public">><</if>>
+	<<set $nicaea.influence -= 1, _nicaeaRollB += 1>>
+	<<if _nicaeaRollB > 0>><<set $nicaea.assignment = "serve the public">><</if>>
 	<<goto "SE nicaea council">>
 <</link>>
 | <<link "Support fucktoy duty">>
-	<<set $nicaea.influence -= 1, _nicaea.RollB += 1>>
-	<<if _nicaea.RollB > 0>><<set $nicaea.assignment = "please you">><</if>>
+	<<set $nicaea.influence -= 1, _nicaeaRollB += 1>>
+	<<if _nicaeaRollB > 0>><<set $nicaea.assignment = "please you">><</if>>
 	<<goto "SE nicaea council">>
 <</link>>
 
@@ -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>>.''
 <br>&nbsp;&nbsp;&nbsp;&nbsp;
 <<link "Support owning many slaves">>
-	<<set $nicaea.influence -= 1, _nicaea.RollC += 1>>
-	<<if _nicaea.RollC > 0>><<set $nicaea.achievement = "slaves">><</if>>
+	<<set $nicaea.influence -= 1, _nicaeaRollC += 1>>
+	<<if _nicaeaRollC > 0>><<set $nicaea.achievement = "slaves">><</if>>
 	<<goto "SE nicaea council">>
 <</link>>
 | <<link "Support trust">>
-	<<set $nicaea.influence -= 1, _nicaea.RollC += 1>>
-	<<if _nicaea.RollC > 0>><<set $nicaea.achievement = "trust">><</if>>
+	<<set $nicaea.influence -= 1, _nicaeaRollC += 1>>
+	<<if _nicaeaRollC > 0>><<set $nicaea.achievement = "trust">><</if>>
 	<<goto "SE nicaea council">>
 <</link>>
 | <<link "Support devotion">>
-	<<set $nicaea.influence -= 1, _nicaea.RollC += 1>>
-	<<if _nicaea.RollC > 0>><<set $nicaea.achievement = "devotion">><</if>>
+	<<set $nicaea.influence -= 1, _nicaeaRollC += 1>>
+	<<if _nicaeaRollC > 0>><<set $nicaea.achievement = "devotion">><</if>>
 	<<goto "SE nicaea council">>
 <</link>>