Переглянути джерело

[fixed] Restored and added willpower to a mistakenly deleted part in Gnpc2

Sicaa 5 роки тому
батько
коміт
23a3677c4d
1 змінених файлів з 16 додано та 0 видалено
  1. 16 0
      locations/Gnpc2.qsrc

+ 16 - 0
locations/Gnpc2.qsrc

@@ -1167,6 +1167,22 @@ $din_gboy_go_to_boyhome = {
 
 					if boyprirand = 0:
 						'You feel him lay hand on your knee and began to stroke it.'
+						gs 'willpower', 'sex', 'resist', 'easy'
+						if will_cost <= pcs_willpwr:
+							act 'Remove his hand (<<will_cost>> Willpower)':
+								cls
+								gs 'willpower', 'sex', 'resist', 'easy'
+								gs 'willpower', 'pay', 'resist'
+								minut += 5
+								otnBoyFrend[numnpc] -= 10
+								gs 'stat'
+								'You remove his hand from your knee and he shakes his head, puzzled what to do next.'
+
+								act 'Go home':gt 'pavResidential'
+							end
+						else
+							act 'Remove his hand (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+						end
 						dynamic $din_gboy_knee
 					else
 						if pcs_horny >= 75: