Quellcode durchsuchen

[fixed] Wrong variable name

Kevin_Smarts vor 3 Jahren
Ursprung
Commit
3f028a1f99
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      locations/clothing_QV.qsrc

+ 2 - 2
locations/clothing_QV.qsrc

@@ -840,13 +840,13 @@ if $ARGS[0] = 'change':
 	if CloStyle2 = 4:
 		if CloInhibit <= 10:
 			'<font color="blue">This uniform is very conservative. Only the nerds would approve of you wearing it.</font>'
-		elseif CloSkirt < 5 and CloThinness < 5 and CloBra = 0:
+		elseif CloSkirtShortness < 5 and CloThinness < 5 and CloBra = 0:
 			if CloQuality = 4:
 				'<font color="blue">This uniform complies with the regulations and is of good quality. It would certainly help you with your standing with the cool kids and jocks.</font>'
 			else
 				'<font color="blue">This uniform complies with the school regulations on skirt length. Nobody in school would be offended by you wearing it.</font>'
 			end
-		elseif CloSkirt = 5 and CloThinness < 5 and CloBra = 0:
+		elseif CloSkirtShortness = 5 and CloThinness < 5 and CloBra = 0:
 			if CloQuality = 4:
 				'<font color="blue">This uniform slightly breaches the school regulations on skirt length and is of good quality. Everybody apart from the nerds would approve of you wearing it.</font>'
 			else