|
@@ -49,7 +49,7 @@ if $ARGS[0] = 'start':
|
|
|
if mc_inventory['joints'] > 0 and drugVars['weed_high'] = 0: act 'Smoke a joint': minut += 10 & gs 'drugs', 'joint' & gt $loc, $loc_arg
|
|
|
|
|
|
if pcs_inhib >= 35 or exhibitionist_lvl > 0:
|
|
|
- act 'Flash your tits':
|
|
|
+ act 'Flash your tits (0:05)':
|
|
|
menu_off = 1
|
|
|
if pcs_exhib = 100 and exhibitionQW = 0: gt 'kseniyaQW', 'event1'
|
|
|
*clr & cla
|
|
@@ -61,8 +61,20 @@ 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 'pushkin_parks', 'start'
|
|
|
+ end
|
|
|
+ end
|
|
|
+
|
|
|
if exhibitionist_lvl > 1:
|
|
|
- act 'Flash your pussy':
|
|
|
+ act 'Flash your pussy (0:05)':
|
|
|
menu_off = 1
|
|
|
if pcs_exhib = 100 and exhibitionQW = 0: gt 'kseniyaQW', 'event1'
|
|
|
*clr & cla
|