فهرست منبع

[fiexd] Not setting the proper indoor code for the nightclub when entering with Katja

bgkjdgbizgblzdgbr 1 ماه پیش
والد
کامیت
253f52ee91
1فایلهای تغییر یافته به همراه27 افزوده شده و 3 حذف شده
  1. 27 3
      locations/katja_city.qsrc

+ 27 - 3
locations/katja_city.qsrc

@@ -62,7 +62,7 @@ if $ARGS[0] = 'metro_destination':
 		$loc_arg = 'start'
 		$menu_loc = 'city_nightclub'
 		$menu_arg = 'start'
-		menu_off = 0
+		menu_off = 1
 		$location_type = 'public_outdoors'
 		$sexloc = 'city_nightclub'
 		katjaQW['disco_arrival'] = totminut
@@ -90,10 +90,34 @@ if $ARGS[0] = 'metro_destination':
 		end
 		if rand(0,1) = 0:
 			'"Let''s start with a dance," she says when you''re finally inside the club and drags you to the dance floor.'
-			act 'Go to the dance floor': gt 'katja_nightclub', 'dance'
+			act 'Go to the dance floor': 
+				$loc = 'city_nightclub'
+				$loc_arg = 'inside'
+				$menu_loc = 'city_nightclub'
+				$menu_arg = 'inside'
+				menu_off = 1
+				$location_type = 'public_indoors'
+				killvar '$locclass'
+				minut += 5
+				frost = 0
+				gs 'themes', 'indoors'
+				gt 'katja_nightclub', 'dance'
+			end
 		else
 			'"Let''s start with a drink," she says when you''re finally inside the club and drags you to the bar.'
-			act 'Go to the bar': gt 'katja_nightclub', 'bar_arrive'
+			act 'Go to the bar':
+				$loc = 'city_nightclub'
+				$loc_arg = 'inside'
+				$menu_loc = 'city_nightclub'
+				$menu_arg = 'inside'
+				menu_off = 1
+				$location_type = 'public_indoors'
+				killvar '$locclass'
+				minut += 5
+				frost = 0
+				gs 'themes', 'indoors'
+				gt 'katja_nightclub', 'bar_arrive'
+			end
 		end
 	else
 		if katjaQW['on_date'] = 1: