Parcourir la source

[fixed] Missed an action and an end

Kevin_Smarts il y a 1 an
Parent
commit
1fed1f7764
1 fichiers modifiés avec 6 ajouts et 4 suppressions
  1. 6 4
      locations/foto.qsrc

+ 6 - 4
locations/foto.qsrc

@@ -310,6 +310,7 @@ if $ARGS[0] = 'studio':
 					gs 'stat'
 					'<center><video autoplay loop src="images/pc/activities/misc/dress_1.mp4"></video></center>'
 					'You go into the back room to put on clothes and get ready to go home.'
+					act 'Leave': minut += 1 & gt 'city_center'
 				else
 					gt 'city_center'
 				end
@@ -318,10 +319,11 @@ if $ARGS[0] = 'studio':
 	elseif model['status'] = 0:
 		if $clothingworntype = 'nude':
 			act 'Get dressed and leave':
-			gs 'clothing', 'wear_last_worn'
-			gs 'foto', 'underwear'
-			minut += 1
-			gt 'city_center'
+				gs 'clothing', 'wear_last_worn'
+				gs 'foto', 'underwear'
+				minut += 1
+				gt 'city_center'
+			end
 		else
 			act 'Leave': minut += 1 & gt 'city_center'
 		end