Browse Source

fix copy paste error

rachels 3 years ago
parent
commit
9c833341b3

+ 1 - 1
locations/_attributes_eroto_outfits.qsrc

@@ -2,7 +2,7 @@
 !!2021/03/06
 !!Quality range is 2-6
 
-elseif ARGS[1] = 1:
+if ARGS[1] = 1:
 	CloQuality = 4
 	CloThinness = 4
 	CloTopCut = 1

+ 1 - 1
locations/_attributes_eroto_strip.qsrc

@@ -2,7 +2,7 @@
 !!2021/03/07
 !!Quality range should be 2 to 5
 
-elseif ARGS[1] = 1:
+if ARGS[1] = 1:
 	CloQuality = 3
 	CloThinness = 5
 	CloTopCut = 3