瀏覽代碼

[fixed] Missed an action and an end

Kevin_Smarts 1 年之前
父節點
當前提交
1fed1f7764
共有 1 個文件被更改,包括 6 次插入4 次删除
  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