Procházet zdrojové kódy

[fixed/added] You can now flash your butt in the parks after you have Exhibitionist 1. Also uniformized the flashing in both parks.

bgkjdgbizgblzdgbr před 2 roky
rodič
revize
4377b9a022
2 změnil soubory, kde provedl 26 přidání a 4 odebrání
  1. 14 4
      locations/city_park.qsrc
  2. 12 0
      locations/pav_park.qsrc

+ 14 - 4
locations/city_park.qsrc

@@ -238,9 +238,8 @@ if $ARGS[0] = 'start':
 	gs 'kseniyaQW', 'events'
 
 	if pcs_inhib >= 35 or exhibitionist_lvl > 0:
-		act 'Flash your tits':
+		act 'Flash your tits (0:05)':
 			menu_off = 1
-			inhib_exp += 2
 			if pcs_exhib = 100 and exhibitionQW = 0: gt 'kseniyaQW', 'event1'
 			*clr & cla
 			gs 'flash', 'tits', 'outdoors', 5
@@ -250,10 +249,21 @@ if $ARGS[0] = 'start':
 		end
 	end
 
+	if exhibitionist_lvl > 0:
+		act 'Flash your butt (0:05)':
+			if pcs_exhib = 100 and exhibitionQW = 0: gt 'kseniyaQW', 'event1'
+			*clr & cla
+			menu_off = 1
+			gs 'flash', 'butt', 'outdoors', 5
+			gs 'stat'
+
+			act 'Continue': gt 'city_park', 'start'
+		end
+	end
+
 	if exhibitionist_lvl > 1:
-		act 'Flash your pussy':
+		act 'Flash your pussy (0:05)':
 			menu_off = 1
-			inhib_exp += 2
 			if pcs_exhib = 100 and exhibitionQW = 0: gt 'kseniyaQW', 'event1'
 			*clr & cla
 			gs 'flash', 'pussy', 'outdoors', 5

+ 12 - 0
locations/pav_park.qsrc

@@ -255,6 +255,18 @@ if $ARGS[0] = 'start':
 		end
 	end
 
+	if exhibitionist_lvl > 0:
+		act 'Flash your butt (0:05)':
+			if pcs_exhib = 100 and exhibitionQW = 0: gt 'kseniyaQW', 'event1'
+			*clr & cla
+			menu_off = 1
+			gs 'flash', 'butt', 'outdoors', 5
+			gs 'stat'
+
+			act 'Continue': gt 'pav_park', 'start'
+		end
+	end
+
 	gs 'kseniyaQW', 'events'
 
 	if exhibitionist_lvl > 1: