Browse Source

[fixed] wrong dildos during selfplay

julzor 5 years ago
parent
commit
803114f46d
1 changed files with 14 additions and 14 deletions
  1. 14 14
      locations/selfplay.qsrc

+ 14 - 14
locations/selfplay.qsrc

@@ -469,58 +469,58 @@ if $ARGS[0] = 'dildo_options':
 	*pl
 
 	if dildo = 1:
-		if dildonumber = 10:
+		if dildonumber = 1:
 			*pl '<a href="exec:dildonumber = 0 & gt ''selfplay'', ''start''">Stop</a> using the 10cm long dildo.'
 		else
-			*pl '<a href="exec:dildonumber = 1 & gs ''boyStat'', ''D<<dildonumber>>'' & gt ''selfplay'', ''start''">Start</a> using the 10cm long dildo.'
+			*pl '<a href="exec:dildonumber = 1 & gs ''boyStat'', ''D1'' & gt ''selfplay'', ''start''">Start</a> using the 10cm long dildo.'
 		end
 	end
 
 	if middildo = 1:
-		if dildonumber = 15:
+		if dildonumber = 2:
 			*pl '<a href="exec:dildonumber = 0 & gt ''selfplay'', ''start''">Stop</a> using the 15cm long dildo.'
 		else
-			*pl '<a href="exec:dildonumber = 2 & gs ''boyStat'', ''D<<dildonumber>>'' & gs ''boyStat'', ''D<<dildonumber>>'' &  gt ''selfplay'', ''start''">Start</a> using the 15cm long dildo.'
+			*pl '<a href="exec:dildonumber = 2 & gs ''boyStat'', ''D2'' & gt ''selfplay'', ''start''">Start</a> using the 15cm long dildo.'
 		end
 	end
 
 	if largedildo = 1:
-		if dildonumber = 20:
+		if dildonumber = 3:
 			*pl '<a href="exec:dildonumber = 0 & gt ''selfplay'', ''start''">Stop</a> using the 20cm long dildo.'
 		else
-			*pl '<a href="exec:dildonumber = 3 & gs ''boyStat'', ''D<<dildonumber>>'' & gt ''selfplay'', ''start''">Start</a> using the 20cm long dildo.'
+			*pl '<a href="exec:dildonumber = 3 & gs ''boyStat'', ''D3'' & gt ''selfplay'', ''start''">Start</a> using the 20cm long dildo.'
 		end
 	end
 
 	if bigdildo = 1:
-		if dildonumber = 25:
+		if dildonumber = 4:
 			*pl '<a href="exec:dildonumber = 0 & gt ''selfplay'', ''start''">Stop</a> using the 25cm long dildo.'
 		else
-			*pl '<a href="exec:dildonumber = 4 & gs ''boyStat'', ''D<<dildonumber>>'' & gt ''selfplay'', ''start''">Start</a> using the 25cm long dildo.'
+			*pl '<a href="exec:dildonumber = 4 & gs ''boyStat'', ''D4'' & gt ''selfplay'', ''start''">Start</a> using the 25cm long dildo.'
 		end
 	end
 
 	if extradildo = 1:
-		if dildonumber = 30:
+		if dildonumber = 5:
 			*pl '<a href="exec:dildonumber = 0 & gt ''selfplay'', ''start''">Stop</a> using the 30cm long dildo.'
 		else
-			*pl '<a href="exec:dildonumber = 5 & gs ''boyStat'', ''D<<dildonumber>>'' & gt ''selfplay'', ''start''">Start</a> using the 30cm long dildo.'
+			*pl '<a href="exec:dildonumber = 5 & gs ''boyStat'', ''D5'' & gt ''selfplay'', ''start''">Start</a> using the 30cm long dildo.'
 		end
 	end
 
 	if superdildo = 1:
-		if dildonumber = 35:
+		if dildonumber = 6:
 			*pl '<a href="exec:dildonumber = 0 & gt ''selfplay'', ''start''">Stop</a> using the 35cm long dildo.'
 		else
-			*pl '<a href="exec:dildonumber = 6 & gs ''boyStat'', ''D<<dildonumber>>'' & gt ''selfplay'', ''start''">Start</a> using the 35cm long dildo.'
+			*pl '<a href="exec:dildonumber = 6 & gs ''boyStat'', ''D6'' & gt ''selfplay'', ''start''">Start</a> using the 35cm long dildo.'
 		end
 	end
 
 	if maddildo = 1:
-		if dildonumber = 40:
+		if dildonumber = 7:
 			*pl '<a href="exec:dildonumber = 0 & gt ''selfplay'', ''start''">Stop</a> using the 40cm long dildo.'
 		else
-			*pl '<a href="exec:dildonumber = 7 & gs ''boyStat'', ''D<<dildonumber>>'' & gt ''selfplay'', ''start''">Start</a> using the 40cm long dildo.'
+			*pl '<a href="exec:dildonumber = 7 & gs ''boyStat'', ''D7'' & gt ''selfplay'', ''start''">Start</a> using the 40cm long dildo.'
 		end
 	end
 end