Browse Source

[Changed] Option only availible to gopniks, move so it is only visoble for gopniks. To avoid players being confused from not being able to used it even if they have enough willpower.

bgkjdgbizgblzdgbr 1 year ago
parent
commit
47220b001f
1 changed files with 20 additions and 18 deletions
  1. 20 18
      locations/pav_parkev.qsrc

+ 20 - 18
locations/pav_parkev.qsrc

@@ -1209,25 +1209,27 @@ if $ARGS[0] = 'female_gopnik_beer_1':
 							else
 								act 'Refuse (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
 							end
-							gs 'willpower', 'drink', 'force', 'hard'
-							if grupTipe = 4 and will_cost <= pcs_willpwr:
-								act 'Threaten Lera (<<will_cost>> Willpower)':
-									*clr & cla
-									npc_rel['A21'] -= 2
-									grupvalue[4] += 1
-									minut += 5
-									gs 'drugs', 'alcohol', 'beer'
-									gs 'willpower', 'drink', 'force', 'hard'
-									gs 'willpower', 'pay', 'force'
-									gs 'stat'
-									'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/events/eatmelera.jpg"></center>'
-									'You smile at Lera and reach over and pinch her clit between your index finger and thumb, which makes her squeal in pain. She grabs your arm and tries to pull your hand away, which only makes it hurt more. "Fuck, <<$pcs_nickname>>, let go before you rip my clit off!" The other girls howl in laughter at this.'
-									'You give her a sadist little smile. "Give me a beer, and I''ll let go." She gives you a dirty look, but winces as you dig your nails in even harder. With that, she quickly hands you another beer. You take your time taking another drink before releasing her.'
-									'She pulls her pants back up and spends the next several minutes complaining about how much her clit hurts. Finally, with the last of the beers drank, the girls get up, and each says their farewells before they each go their own way.'
-									act 'Move away':gt 'pav_park', 'deeper_park'
+							if grupTipe = 4 :
+								gs 'willpower', 'drink', 'force', 'hard'
+								if will_cost <= pcs_willpwr:
+									act 'Threaten Lera (<<will_cost>> Willpower)':
+										*clr & cla
+										npc_rel['A21'] -= 2
+										grupvalue[4] += 1
+										minut += 5
+										gs 'drugs', 'alcohol', 'beer'
+										gs 'willpower', 'drink', 'force', 'hard'
+										gs 'willpower', 'pay', 'force'
+										gs 'stat'
+										'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/events/eatmelera.jpg"></center>'
+										'You smile at Lera and reach over and pinch her clit between your index finger and thumb, which makes her squeal in pain. She grabs your arm and tries to pull your hand away, which only makes it hurt more. "Fuck, <<$pcs_nickname>>, let go before you rip my clit off!" The other girls howl in laughter at this.'
+										'You give her a sadist little smile. "Give me a beer, and I''ll let go." She gives you a dirty look, but winces as you dig your nails in even harder. With that, she quickly hands you another beer. You take your time taking another drink before releasing her.'
+										'She pulls her pants back up and spends the next several minutes complaining about how much her clit hurts. Finally, with the last of the beers drank, the girls get up, and each says their farewells before they each go their own way.'
+										act 'Move away':gt 'pav_park', 'deeper_park'
+									end
+								else
+									act 'Threaten Lera (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
 								end
-							else
-								act 'Threaten Lera (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
 							end
 						end
 					end