1
0

3 Ревизии 7b73d85b79 ... 7379ce3923

Автор SHA1 Съобщение Дата
  hornguy6 7379ce3923 [fixed] wrong topcut преди 1 седмица
  hornguy6 a4d76cfa49 [fixed] put apostrophes around the placeholder to stop error messages преди 1 седмица
  hornguy6 0e33dc1c17 [changed] Pavlovsk disco dancing update and changeover from $boy to $npcID преди 1 седмица
променени са 4 файла, в които са добавени 730 реда и са изтрити 667 реда
  1. 1 1
      locations/_attributes_cats_dress.qsrc
  2. 582 402
      locations/pav_disco.qsrc
  3. 145 262
      locations/pav_disco_sex.qsrc
  4. 2 2
      locations/shop_utils.qsrc

+ 1 - 1
locations/_attributes_cats_dress.qsrc

@@ -21,7 +21,7 @@ elseif ARGS[1] = 2:
 elseif ARGS[1] = 3:
 	CloQuality = 4
 	CloThinness = 5
-	CloTopCut = 1
+	CloTopCut = 3
 	CloSkirtShortness = 2
 	CloDress = 1
 	CloPrice = 3000

Файловите разлики са ограничени, защото са твърде много
+ 582 - 402
locations/pav_disco.qsrc


Файловите разлики са ограничени, защото са твърде много
+ 145 - 262
locations/pav_disco_sex.qsrc


+ 2 - 2
locations/shop_utils.qsrc

@@ -79,7 +79,7 @@ elseif $ARGS[0] = 'wardrobe':
 		!!sort by filter
 		if (clothingfilter['quality'] = 0 and CloQuality = shop_display['clo_i']) or (clothingfilter['inhibition'] = 0 and CloInhibit = shop_display['clo_i']) or clothingfilter['number'] = 0:
 			if clothingfilter['inc'] = 1 and clothingfilter['only'] = 1:
-				$result = STUFF_HERE
+				$result = 'STUFF_HERE'
 			end
 		end
 	end
@@ -92,7 +92,7 @@ elseif $ARGS[0] = 'cheat':
 	!!sort by filter
 	if (clothingfilter['quality'] = 0 and CloQuality = shop_display['clo_i']) or (clothingfilter['inhibition'] = 0 and CloInhibit = shop_display['clo_i']) or clothingfilter['number'] = 0:
 		if clothingfilter['inc'] = 1 and clothingfilter['only'] = 1:
-			$result = STUFF_HERE
+			$result = 'STUFF_HERE'
 		end
 	end
 	exit

Някои файлове не бяха показани, защото твърде много файлове са промени