Browse Source

[changed] gadsarai location sets $loc, use willpower to push bandit off

oldentree 5 years ago
parent
commit
23f937d59c
1 changed files with 15 additions and 2 deletions
  1. 15 2
      locations/mod_bestmod_gadsarai.qsrc

+ 15 - 2
locations/mod_bestmod_gadsarai.qsrc

@@ -1,13 +1,26 @@
 # mod_bestmod_gadsarai
+
+$loc = 'mod_bestmod_gadsarai'
+$metka = ''
+menu_off = 1
+
 if $ARGS[0] = 'bandit':
+	if bm_bandit_setup = 0: bm_bandit_setup = 1 & gs 'mod_bestmod_bandit', 'bandit_setup'
 	gs 'boyStat', 'A800'
 	sexpartkno = 1
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="mod/bestmod/images/locations/gadukino/village/leghump.jpg"></center>'
 	'Bandit pounces on you and pins your thigh between his front legs. He begins to persistently and significantly put pressure on you, growling menacingly...'
-	if pcs_dom > 0 and alko < 6:
-		act 'Push off': minut += 1 & gt 'Gaddvor'
+	gs 'willpower', iif(banditfrend, 'sex', 'rape')
+	if will_cost <= pcs_willpwr:
+		act 'Push off (<<will_cost>> Willpower)':
+			gs 'willpower', 'resist'
+			gs 'stat'
+			minut += 1 & gt 'Gaddvor'
+		end
 	else
+		*nl
+		'You don''t have enough willpower to resist his <<iif(banditfrend, '''', ''unwanted '')>>advances.'
 		act 'Submit':
 			*clr & cla
 			banditknow = RAND(0,1)