Sfoglia il codice sorgente

[fixed] no longer able to keep wearing sports clothes that you should not be able to if they were part of the default sport outfit

sovietmercader 4 anni fa
parent
commit
8fe811e25c
1 ha cambiato i file con 10 aggiunte e 4 eliminazioni
  1. 10 4
      locations/wardrobe.qsrc

+ 10 - 4
locations/wardrobe.qsrc

@@ -339,7 +339,7 @@ end
 if $ARGS[0] = 'sports_entry_wear':
 	gs 'stat'
 
-	gs 'wardrobe', 'prev_entry_set'
+	!gs 'wardrobe', 'prev_entry_set' this does not exist
 
 	gs 'clothing_attributes', 'exercise', sportsclothingnumber
 
@@ -365,19 +365,25 @@ if $ARGS[0] = 'sports_entry_wear':
 		cls
 		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/niko/nikoev/school/strip/strip2.jpg"></center>'
 		'As you go to pull your sports outfit out of your wardrobe you remember you don''t own that piece of clothing anymore. Maybe you should buy it again? Guess you will have to find something else to wear.'
-		gs 'wardrobe', 'prev_entry_set'
+		!gs 'wardrobe', 'prev_entry_set' this does not exist
+		gs 'clothing', 'strip'
+		gs 'stat'
 	!! strength of clothing is less than or equal to 0
 	elseif dyneval('RESULT = exerciseH[<<sportsclothingnumber>>]') <= 0:
 		cls
 		'<center><video autoplay loop src="images/characters/pavlovsk/school/girl/vicky/event/vika_game_strip16.mp4"></video></center>'
 		'Your sports outfit has worn out and can''t be used anymore. Guess you will have to find something else to wear.'
-		gs 'wardrobe', 'prev_entry_set'
+		!gs 'wardrobe', 'prev_entry_set' this does not exist
+		gs 'clothing', 'strip'
+		gs 'stat'
 	!! clothing exhibition is greater than player exhibition
 	elseif CloInhibit > pcs_inhib:
 		cls
 		'<center><video autoplay loop src="images/locations/pavlovsk/trainstation/bimbo.strip6.mp4"></video></center>'
 		'You don''t feel daring enough to wear your sports outfit. Maybe you will be confident enough in the future? Guess you will have to find something else to wear.'
-		gs 'wardrobe', 'prev_entry_set'
+		!gs 'wardrobe', 'prev_entry_set' this does not exist
+		gs 'clothing', 'strip'
+		gs 'stat'
 	!! clothing ok to wear without needing hip check and passing all other checks
 	else
 		cls