Ver código fonte

Fix variable name

rachels 3 anos atrás
pai
commit
b4490e611e
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      locations/clothing.qsrc

+ 2 - 2
locations/clothing.qsrc

@@ -674,13 +674,13 @@ if $ARGS[0] = 'view_clothing_item':
 	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