Browse Source

[fixed] Was sending Sveta out of studio naked. fix by Black Onix (Виталий)

Kevin_Smarts 2 years ago
parent
commit
1ab96d5861
1 changed files with 5 additions and 1 deletions
  1. 5 1
      locations/tatiana_missions.qsrc

+ 5 - 1
locations/tatiana_missions.qsrc

@@ -615,7 +615,11 @@ if $ARGS[0] = 'mission2D':
 	minut += 12
 	gs 'stat'
 
-	act 'Continue':gt 'city_center'
+	act 'Continue':
+		gs 'clothing', 'wear_last_worn'
+		gs 'underwear', 'wear'
+		gt 'city_center'
+	end
 end
 
 if $ARGS[0] = 'mission2E':