Sfoglia il codice sorgente

[fixed] old willpower gains

julzor 5 anni fa
parent
commit
c8c35d2694
2 ha cambiato i file con 0 aggiunte e 11 eliminazioni
  1. 0 10
      locations/FedorEv4.qsrc
  2. 0 1
      locations/dimaHome.qsrc

+ 0 - 10
locations/FedorEv4.qsrc

@@ -2606,7 +2606,6 @@ if $ARGS[0] = 'Toilet 2':
 	Potty_Daystart = daystart
 	minut += 10
 	pcs_mood += 10
-	pcs_willpwr += 10
 	gs'stat'
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/fedor/fedorev2/home/bathroom/toilet/potty.jpg"></center>'
 	'You pull down your pants then sit on the toilet. You take a this time to reflect on many things in your life, leaving you feeling more relaxed. After you are finished you use the nearby toilet paper to wipe yourself before washing your hands and flushing the toilet.'
@@ -2826,7 +2825,6 @@ if $ARGS[0] = 'Fridge':
 		*clr & cla
 		minut += 5
 		pcs_health += 5
-		pcs_willpwr += 10
 		pcs_mood += 20
 		pcs_energy += 20
 		pcs_hydra += 5
@@ -2908,7 +2906,6 @@ end
 if $ARGS[0] = 'TV':
 	*clr & cla
 	menu_off = 1
-	pcs_willpwr += rand(5, 10)
 	pcs_mood += rand(5, 10)
 	gs'stat'
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/fedor/fedorev2/home/livingroom/sitting.jpg"></center>'
@@ -2948,7 +2945,6 @@ end
 if $ARGS[0] = 'TV Action':
 	*clr & cla
 	menu_off = 1
-	pcs_willpwr += rand(15, 25)
 	pcs_mood += rand(15, 25)
 	minut += 90
 	gs'stat'
@@ -2962,7 +2958,6 @@ end
 if $ARGS[0] = 'TV Geographic':
 	*clr & cla
 	menu_off = 1
-	pcs_willpwr += rand(5, 10)
 	pcs_mood += rand(5, 10)
 	minut += 30
 	gs'stat'
@@ -2976,7 +2971,6 @@ end
 if $ARGS[0] = 'TV Sports':
 	*clr & cla
 	menu_off = 1
-	pcs_willpwr += rand(5, 20)
 	pcs_mood += rand(10, 20)
 	minut += 60
 	gs'stat'
@@ -2990,7 +2984,6 @@ end
 if $ARGS[0] = 'TV Family':
 	*clr & cla
 	menu_off = 1
-	pcs_willpwr += rand(15, 25)
 	pcs_mood += rand(15, 25)
 	minut += 90
 	gs'stat'
@@ -3004,7 +2997,6 @@ end
 if $ARGS[0] = 'TV Porn':
 	*clr & cla
 	menu_off = 1
-	pcs_willpwr += rand(5, 10)
 	pcs_mood += rand(5, 10)
 	pcs_horny += 10
 	minut += 30
@@ -3140,7 +3132,6 @@ if $ARGS[0] = 'Dinner':
 	ReginaKoz_Daystart = daystart
 	ReginaKozlov += 1
 	pcs_health += 10
-	pcs_willpwr += 20
 	pcs_mood += 20
 	pcs_energy += 70
 	pcs_hydra += 60
@@ -3232,7 +3223,6 @@ if $ARGS[0] = 'Fedor Kitchen':
 			minut += 15
 			FedorKoz_Daystart = daystart
 			pcs_health += 10
-			pcs_willpwr += 20
 			pcs_mood += 20
 			fat += 1
 			pcs_energy += 60

+ 0 - 1
locations/dimaHome.qsrc

@@ -220,7 +220,6 @@ if $ARGS[0] = 'bathroom2':
 
 				if pcs_inhib < 30:inhib_exp += rand(1,3)
 				pcs_mood += 15
-				pcs_willpwr += 15
 				$orgasm_or = 'yes'
 				gs 'arousal', 'masturbate', 10
 				gs 'arousal', 'end'