Pārlūkot izejas kodu

Update the energy, food and sleep to 1-100 scales

KevinSmarts 9 gadi atpakaļ
vecāks
revīzija
6f9e87d5ec
76 mainītis faili ar 474 papildinājumiem un 490 dzēšanām
  1. 2 2
      locations/BurgerTip
  2. 1 1
      locations/Cum_Manage
  3. 0 2
      locations/EvBoyBuh
  4. 8 8
      locations/Gadhouse
  5. 0 3
      locations/Gnpc
  6. 2 2
      locations/HotelRoom
  7. 2 2
      locations/JuliaMilHome
  8. 0 4
      locations/LakeBoyZ
  9. 2 2
      locations/Military
  10. 1 1
      locations/Palatka
  11. 2 2
      locations/ParChurch
  12. 8 8
      locations/ParkKafe
  13. 5 1
      locations/Serge_Shulgin
  14. 0 3
      locations/Snpc
  15. 2 2
      locations/StasQW
  16. 1 1
      locations/Voltrener
  17. 1 1
      locations/Voltrenersex
  18. 11 11
      locations/WorkHosp
  19. 3 3
      locations/alterStart
  20. 1 1
      locations/bed
  21. 4 4
      locations/bed2
  22. 3 3
      locations/begin1
  23. 1 1
      locations/brother
  24. 8 8
      locations/burger
  25. 8 8
      locations/burgerWork
  26. 4 6
      locations/cardgame_durak
  27. 0 3
      locations/club
  28. 3 3
      locations/dachain
  29. 13 3
      locations/din_bad
  30. 25 21
      locations/dom_gor
  31. 16 16
      locations/etoexhib
  32. 8 8
      locations/gkafe
  33. 0 9
      locations/gopskver
  34. 7 7
      locations/gschool2
  35. 11 11
      locations/gskver
  36. 8 8
      locations/kafeM
  37. 1 1
      locations/kathouse0
  38. 19 19
      locations/kit_din
  39. 0 3
      locations/kotovEv
  40. 0 6
      locations/kotovtalker
  41. 24 24
      locations/kuhrPar
  42. 7 11
      locations/lager
  43. 13 12
      locations/lakecafe
  44. 6 6
      locations/lesbidomhouse1
  45. 3 5
      locations/nastja
  46. 9 9
      locations/office
  47. 12 12
      locations/park
  48. 1 1
      locations/parks
  49. 5 5
      locations/placer_sex
  50. 4 4
      locations/pod_ezd
  51. 7 7
      locations/pod_whore
  52. 2 2
      locations/qwmeet
  53. 2 2
      locations/qwmeet3
  54. 2 2
      locations/qwpaluba
  55. 4 4
      locations/restoran
  56. 12 9
      locations/restoranM
  57. 3 3
      locations/roadPRE
  58. 3 3
      locations/saunabed
  59. 8 12
      locations/saunaroom
  60. 2 2
      locations/shop
  61. 18 12
      locations/shulga_room
  62. 1 1
      locations/shulgabed
  63. 11 12
      locations/shulgakuh
  64. 0 3
      locations/sister
  65. 5 8
      locations/sitrPar
  66. 3 3
      locations/sleepPRE
  67. 3 3
      locations/sny
  68. 3 3
      locations/start
  69. 41 29
      locations/stat
  70. 2 2
      locations/time
  71. 44 44
      locations/trFatherMisha
  72. 1 3
      locations/vipclub
  73. 1 1
      locations/webcam_site
  74. 9 9
      locations/worksalon
  75. 10 10
      locations/ykuh
  76. 2 4
      locations/zsoft_gopskverGorSlut

+ 2 - 2
locations/BurgerTip

@@ -219,8 +219,8 @@ $burger_work_din = {
 								cls
 								minut += 60
 								horny += 15
-								water = 24
-								energy = 24
+								water = 100
+								energy = 100
 								salo += 2
 								fat += 20
 								gs 'stat'

+ 1 - 1
locations/Cum_Manage

@@ -204,7 +204,7 @@ if cumprecheck ! 1:
 			end
 		end
 		sparrloc[cumarrtemp2] = spafinloc
-		if spafinloc = 12 and swallow >= 10 and rand(0,3) = 0: energy += 1
+		if spafinloc = 12 and swallow >= 10 and rand(0,3) = 0: energy += 2
 		$sparrnam[cumarrtemp2] = $boy
 		if sexspecpot ! 0:
 			sparrppt[cumarrtemp2] = sexspecpot

+ 0 - 2
locations/EvBoyBuh

@@ -175,8 +175,6 @@ if GorSlut = 0:
 		gs 'cum_cleanup'
 		fbreath = 0
 		manna += 30
-		fat += 5
-		energy += 20
 		minut += 10
 		gs 'stat'
 		'You will have fun chatting with a guy drinking beer from cups and seizing chips. The guy was hilarious and telling funny stories.'

+ 8 - 8
locations/Gadhouse

@@ -190,23 +190,23 @@ act 'Eat a meal (0:30)':
 	manna += 20
 	'<center><img src="images/pics/food.jpg"></center>'
 
-	if energy >= 30:
+	if energy >= 100:
 		fat += 5
 		'You try to eat, but are too full to enjoy the meal and can''t finish it.'
-	elseif energy >= 20 and energy < 30:
+	elseif energy >= 80:
 		fat += 3
-		energy += 10
+		energy += 40
 		'You''re not all that hungry, but have a meal anyway. Half-way through, you''re starting to regret it but feel bad throwing it out so you finish it anyway.'
-	elseif energy < 20:
-		energy += 20
-		!!fat += 1
+	else
+		energy += 80
+		fat += 1
 		'The food tastes good, you quietly thank your mother for always keeping the fridge stocked with these tasty meals.'
 	end
 
-	if water >= 20:
+	if water >= 80:
 		'You don''t need any more tea.'
 	else
-		water += 20
+		water += 80
 		cumspclnt = 2
 		gs 'cum_cleanup'
 		fbreath = 0

+ 0 - 3
locations/Gnpc

@@ -209,9 +209,6 @@ act 'Walking through the square':
 				cumspclnt = 2
 				gs 'cum_cleanup'
 				fbreath = 0
-				fat += 2
-				salo += 1
-				energy += 10
 				otnBoyFrend[numnpc] += 5
 				gs 'stat'
 				'<<$nameBoyfrend[numnpc]>> beer poured into glasses and you have been drinking beer. <<$nameBoyfrend[numnpc]>> tell different funny stories.'

+ 2 - 2
locations/HotelRoom

@@ -302,7 +302,7 @@ if $ARGS[0] = 'bed':
 		:loopson
 		minut = minut + 1
 		stime = stime + 1
-		if stime = 60:stime = 0 & son = son + 3
+		if stime = 60:stime = 0 & son += 15
 		clr
 		cls
 		gs'stat'
@@ -332,7 +332,7 @@ if $ARGS[0] = 'bed':
 			exit
 		end
 
-		if son > 23 and dosip = 0:
+		if son > 100 and dosip = 0:
 			'You have a good night''s sleep, and wake up fully rested.'
 
 			act 'Get out of bed and get dressed (0:15)':

+ 2 - 2
locations/JuliaMilHome

@@ -33,8 +33,8 @@ elseif lernHome = 0:
 			cls
 			minut += 15
 			fat += 3
-			energy += 10
-			water += 20
+			energy += 40
+			water += 80
 			cumspclnt = 2
 			gs 'cum_cleanup'
 			fbreath = 0

+ 0 - 4
locations/LakeBoyZ

@@ -32,8 +32,6 @@ $gL_boy_z = {
 				minut+=15
 				alko+=3
 				manna += 30
-				fat += 5
-				energy += 20
 				gs'stat'
 				'You drink beer with the guy, and he chats away with you.'
 				'Suddenly, he puts his hand on your foot.'
@@ -44,8 +42,6 @@ $gL_boy_z = {
 					minut+=15
 					alko+=3
 					manna += 30
-					fat += 5
-					energy += 20
 					horny+=5
 					gs'stat'
 					'You drink more beer with the guy, and he strokes your legs and puts his hand on your chest as he leans in close to you.'

+ 2 - 2
locations/Military

@@ -40,8 +40,8 @@ if $ARGS[0] = 'start':
 		minut += 30
 		health += 10
 		manna += 20
-		energy += 20
-		water += 20
+		energy = 100
+		water = 100
 		cumspclnt = 2
 		gs 'cum_cleanup'
 		fbreath = 0

+ 1 - 1
locations/Palatka

@@ -18,7 +18,7 @@ if $ARGS[0] = 'start':
 
 	act 'Sleep':
 		hour += 8
-		son = 24
+		son = 100
 		gt 'palatka', 'start'
 	end
 end

+ 2 - 2
locations/ParChurch

@@ -88,13 +88,13 @@ if $ARGS[0] = 'liturgy':
 	if gorslut <=2 and Conf_Kirill <= 1: 
 		manna += 20
 		moral += 2
-		son += 5
+		son += 25
 		'You join the congregation for the Divine Liturgy. You see mostly older people, but there are some youngsters. You participate in the singing but that is about all. Your presence seems to go largely unnoticed, but you have the chance to rest a bit. You feel a lot better.'
 	elseif gorslut <=2 and Conf_Kirill >= 2:
 		Kirill += 1
 		manna += 20
 		moral += 2
-		son += 5
+		son += 25
 		'You participate fully in the Divine Liturgy. You listen to the preaching and sing along. When going to communion and receiving the ceremonial bread, you lock eyes with Father Kirill. He seems happy to see you participating in the service.'
 	elseif gorslut >2:
 		if rand(1,100) > 50: gorslut -= 1

+ 8 - 8
locations/ParkKafe

@@ -8,23 +8,23 @@ if $ARGS[0] = 'food':
 	manna += 5
 	willpower += 5
 
-	if energy >= 30:
+	if energy >= 100:
 		fat += 5
 		'You can no longer eat.'
-	elseif energy >= 20 and energy < 30:
+	elseif energy >= 80:
 		fat += 3
-		energy += 10
+		energy += 40
 		'You force down the meal.'
-	elseif energy < 20:
-		energy += 20
+	else
+		energy += 80
 		fat += 1
 		'You gladly ate the food.'
 	end
 
-	if water >= 20:
+	if water >= 80:
 		'You don''t need any more tea.'
-	elseif water < 20:
-		water += 20
+	elseif water < 80:
+		water += 80
 		cumspclnt = 2
 		gs 'cum_cleanup'
 		fbreath = 0

+ 5 - 1
locations/Serge_Shulgin

@@ -170,7 +170,11 @@ $sleep_serge_soglasie = {
 $sleep_serge_bed = {
 	cla
 	serge_shulgin += 1
-	if son <= 25: son +=5
+	if son < 75:
+		son += 25
+	else
+		son = 100
+	end
 	minut += 180
 	gs'stat'
 	'You lay down and slept a couple of hours.'

+ 0 - 3
locations/Snpc

@@ -93,9 +93,6 @@ if grupTipe[numnpc] = 4:
 					cumspclnt = 2
 					gs 'cum_cleanup'
 					fbreath = 0
-					salo += 1
-					fat += 2
-					energy += 10
 					gs 'stat'
 					'You happily take the beer, and drink it in <<$npcName[numnpc]>>''s company.'
 

+ 2 - 2
locations/StasQW

@@ -86,8 +86,8 @@ elseif StasKafe = 0:
 			cls
 			minut += 60
 			horny += 15
-			water = 24
-			energy = 24
+			water = 100
+			energy = 100
 			salo += 2
 			fat += 20
 			gs 'stat'

+ 1 - 1
locations/Voltrener

@@ -207,7 +207,7 @@ if $ARGS[0] = 'talk':
 				'Coach leans back in his chair, smiling, "I would like to see if you can keep up your perfect record."'
 				gt 'Voltrenersex', 'bj'
 			end
-			if son < 6 and tanga = 1: 
+			if son < 30 and tanga = 1: 
 				delact 'Put your hand on coach''s knee' 
 				gt 'Voltrenersex', 'masaj'
 			end

+ 1 - 1
locations/Voltrenersex

@@ -375,7 +375,7 @@ if $ARGS[0] = 'masaj':
 						'<center><img src="images/qwest/alter/volley/VoltrenerMasaj5.jpg"></center>'
 						'Michael N., I began to knead your feet, lifting and twisting them. And you could only moan with pleasure and mild pain, that caused you to hand coach. You are lost in time and space. Coach twisted you have the nodes. and spins back.'
 						act 'Further':
-							son += 5
+							son += 25
 							minut += 30
 							manna += 20
 							gs'stat'

+ 11 - 11
locations/WorkHosp

@@ -65,27 +65,27 @@ if $ARGS[0] = 'start':
 		manna += 5
 		willpower += 5
 
-		if energy >= 30:
+		if energy >= 100:
 			fat += 5
 			'You can no longer eat.'
-		elseif energy >= 20 and energy < 30:
+		elseif energy >= 80:
 			fat += 3
-			energy += 10
-			'You pushed through the power of a meal.'
-		elseif energy < 20:
-			energy += 20
+			energy += 40
+			'You force down the meal.'
+		else
+			energy += 80
 			fat += 1
-			'You gladly ate the food.'
+			'You gladly eat the food.'
 		end
 
-		if water >= 20:
+		if water >= 80:
 			'You don''t need any more tea.'
-		else
-			water += 20
+		elseif water < 80:
+			water += 80
 			cumspclnt = 2
 			gs 'cum_cleanup'
 			fbreath = 0
-			'You gladly drank a mug of tea.'
+			'You gladly drink a mug of tea.'
 		end
 	end
 

+ 3 - 3
locations/alterStart

@@ -22,9 +22,9 @@ rost = 170
 fat = 60
 salo = 60
 dick = 0
-energy = 15
-water = 15
-son = 16
+energy = 60
+water = 60
+son = 70
 !!stats
 stren = 10
 strenbuf = 10

+ 1 - 1
locations/bed

@@ -7,7 +7,7 @@ if $ARGS[0] = 'start':
 	housevorrand = rand(0, 200)
 	gs 'stat'
 
-	if hour > 22 and houserabrand < 2 and houserab = 1 and houserabday ! daystart and son < 10 and tanhouse1 = 1:gt 'bed', 'rab'
+	if hour > 22 and houserabrand < 2 and houserab = 1 and houserabday ! daystart and son < 50 and tanhouse1 = 1:gt 'bed', 'rab'
 	if hour > 22 and housevorrand = 0 and housrA = 1 and husband = 0:gt 'bed', 'vor'
 
 

+ 4 - 4
locations/bed2

@@ -13,9 +13,9 @@ if $args[0] = '':
 
 	if mop ! 1:'<b><font color="red">You need to wash off your makeup before going to bed.</font></b>'
 
-	if son > 17:
+	if son > 80:
 		'You are not tired.'
-	elseif son < 17:
+	elseif son < 80:
 		act 'Undress and go to sleep':
 
 			if disable_autosave = 0:
@@ -89,7 +89,7 @@ if $args[0] = 'sleep':
 
 	if stime = 60:
 		stime = 0
-		son += 3
+		son += 15
 		gs 'stat'
 	end
 	
@@ -126,7 +126,7 @@ if $args[0] = 'sleep':
 			dynamic $wakepar
 		end
 
-	elseif son > 24:
+	elseif son > 100:
 		manna -= 10
 		'You wake up, no longer tired.'
 		gs 'stat'

+ 3 - 3
locations/begin1

@@ -33,9 +33,9 @@ rost = 170
 fat = 60
 salo = 60
 dick = 0
-energy = 15
-water = 15
-son = 16
+energy = 60
+water = 60
+son = 70
 !!stats
 stren = 10
 strenbuf = 10

+ 1 - 1
locations/brother

@@ -338,7 +338,7 @@ if $loc = 'sitrPar':
 
 					'<center><img src="images/img/sex/nae22.jpg"></center>'
 					'Approaching your brother, you gently pull back the covers and carefully straddle his sleeping body, taking care not to wake him.'
-					if son <= 10 and rand(0,4) =0:
+					if son <= 50 and rand(0,4) =0:
 							
 						dynamic $sexstart3
 						dynamic $sleepsexcum

+ 8 - 8
locations/burger

@@ -34,23 +34,23 @@ if $ARGS[0] = 'start':
 
 			'<center><img src="images/pics/food.jpg"></center>'
 
-			if energy >= 30:
+			if energy >= 100:
 				fat += 8
 				'You can no longer eat.'
-			elseif energy >= 20 and energy < 30:
+			elseif energy >= 80:
 				fat += 6
-				energy += 10
+				energy += 40
 				'You pushed through the power of a meal.'
-			elseif energy < 20:
-				energy += 20
+			else
+				energy += 80
 				fat += 4
 				'You gladly ate the food.'
 			end
 
-			if water >= 20:
+			if water >= 80:
 				'You don''t need any more tea.'
-			elseif water < 20:
-				water += 20
+			elseif water < 80:
+				water += 80
 				cumspclnt = 2
 				gs 'cum_cleanup'
 				fbreath = 0

+ 8 - 8
locations/burgerWork

@@ -10,23 +10,23 @@ $dinBistroWork = {
 		'<center><img src="images/pics/food.jpg"></center>'
 		'You took bystroezhke food and sat at a table for dinner.'
 
-		if energy >= 30:
+		if energy >= 100:
 			fat += 8
 			'You can no longer eat.'
-		elseif energy >= 20 and energy < 30:
+		elseif energy >= 80:
 			fat += 6
-			energy += 10
+			energy += 40
 			'You pushed through the power of a meal.'
-		elseif energy < 20:
-			energy += 20
+		else
+			energy += 80
 			fat += 4
 			'You gladly ate the food.'
 		end
 
-		if water >= 20:
+		if water >= 80:
 			'You don''t need any more tea.'
-		elseif water < 20:
-			water += 20
+		elseif water < 80:
+			water += 80
 			cumspclnt = 2
 			gs 'cum_cleanup'
 			fbreath = 0

+ 4 - 6
locations/cardgame_durak

@@ -379,11 +379,10 @@ $card_game_gsex = {
 							cls
 							minut += 5
 							spafinloc = 12
-gs 'cum_manage'
+							gs 'cum_manage'
 							spafinloc = 11
-gs 'cum_manage'
+							gs 'cum_manage'
 							facial += 1
-							son -= 2
 							gs'stat'
 							'<center><img src="images/zsoft/pod_ezd/shulgahome/bigroom/card/sex/gsex/ev1_7.jpg"></center>'
 							'You put on the floor and surrounded with different sides, boys began to pour cum on your face.
@@ -445,10 +444,9 @@ gs 'cum_manage'
 			guy += 2
 			gang +=1
 			spafinloc = 7
-gs 'cum_manage'
+			gs 'cum_manage'
 			spafinloc = 4
-gs 'cum_manage'
-			son -=2
+			gs 'cum_manage'
 			gs'stat'
 			'<center><img src="images/zsoft/pod_ezd/shulgahome/bigroom/card/sexrough/sex2_'+rand(1,10)+'.gif"></center>'
 			'You understand your position, you <<$rnd_cgd_win_npc>> how fucked 50 ruble whore, but you are so damn them, what can I resent.'

+ 0 - 3
locations/club

@@ -653,11 +653,8 @@ if $ARGS[0] = 'bar':
 			willpower += 10
 			alko += 2
 			fbreath = 0
-			water += 5
 			cumspclnt = 2
 			gs 'cum_cleanup'
-			energy += 5
-			son += 5
 			horny += rand(10, 50)
 			money -= 300
 			frost = 0

+ 3 - 3
locations/dachain

@@ -18,10 +18,10 @@ if hour < 23:
 		cla
 		minut += 60
 
-		if son < 30:
+		if son < 96:
 			son += 5
 		else
-			son = 29
+			son = 100
 		end
 
 		'I relax lying on the couch.'
@@ -53,7 +53,7 @@ if hour >= 23:
 			cla
 			InSleep = 0
 			minut += 480
-			son = 30
+			son = 100
 			gt 'dachain'
 		end
 	end

+ 13 - 3
locations/din_bad

@@ -475,7 +475,7 @@ $d_bag = {
 		pl 'You are out of birth control pills.'
 	end	
 	if lubri > 0:pl'Do you have lubricant. Enough for  <<lubri>> time.'
-	if bottle > 0:pl 'You have a bottle of water. <a href="exec:bottle = 0 & water = 20 & cumspclnt = 2 & gs ''cum_cleanup'' & gs ''stat''"><b>Drink</b></a>'
+	if bottle > 0:pl 'You have a bottle of water. <a href="exec:bottle = 0 & water = 100 & cumspclnt = 2 & gs ''cum_cleanup'' & gs ''stat''"><b>Drink</b></a>'
 	if buterbrod > 0:pl 'You have a sandwich. <a href="exec:buterbrod = 0 & energy += 20 & cumspclnt = 2 & gs ''cum_cleanup'' & salo += 1 & gs ''stat''"><b>Eat</b></a>'
 	if wine = 1 and alkowine = 0:pl'Your purse contains a bottle of <a href="exec:dynamic $dinalkowin1">wine</a>'
 	if wine = 1 and alkowine = 1:pl'Your purse contains a half-bottle of <a href="exec:dynamic $dinalkowin2">wine</a>'
@@ -489,6 +489,11 @@ $dinalkowin1 = {
     cla
     *clr
     alkowine = 1
+	if water <= 90:
+		water = 100
+	else
+		water += 10
+	end
     if intel  > 5 : intel -= 1
     alko += 5
 	cumspclnt = 2
@@ -498,13 +503,18 @@ $dinalkowin1 = {
     '<center><img src="images/pic/alkowin.jpg"></center>'
     
     'You opened her purse and pulled out, laid up in it, a bottle of wine and slowly drank half.'
-        act '...':gt $CURLOC
+	act '...':gt $CURLOC
 }
 
 $dinalkowin2 = {
     cla
     *clr
     alkowine = 0
+	if water <= 90:
+		water = 100
+	else
+		water += 10
+	end
     wine = 0
     if intel > 5: intel -= 1
     alko += 5
@@ -514,7 +524,7 @@ $dinalkowin2 = {
     gs'stat'
     '<center><img src="images/pic/alkowin.jpg"></center>'
     'You opened her purse and pulled out, the remaining half bottle of wine and drank slowly threw the empty bottle.'
-        act '...':gt $CURLOC
+	act '...':gt $CURLOC
 }
 
 $din_Switch_Condom_Menu = {

+ 25 - 21
locations/dom_gor

@@ -81,10 +81,10 @@ if hour < 23:
 	act 'Lie on the couch (1:00)':
 		cla
 		minut += 60
-		if son < 30:
-			son += 5
+		if son < 90:
+			son += 10
 		else
-			son = 29
+			son = 100
 		end
 		'I relax lying on the couch.'
 
@@ -108,24 +108,28 @@ if eda >= 1:
 		manna += 20
 		gs 'stat'
 
-		if energy >= 30:
-			fat += 2
-			'You do not want to eat and drink.'
-		elseif energy < 30:
-			energy += 25
+		if energy >= 100:
+			fat += 5
+			'You do not want to eat.'
+		elseif energy >= 80:
+			fat += 3
+			energy = energy + 40
+		else
+			energy += 80
 			fat += 1
-			'You gladly ate.'
+			'You ate with pleasure.'
 		end
 
-		if water < 20:
-			water += 20
+		if water >= 80:
+			'You don''t need any more tea.'
+		else
+			water += 80
 			cumspclnt = 2
 			gs 'cum_cleanup'
 			fbreath = 0
 			'You gladly drank a cup of tea.'
-		elseif water >= 20:
-			'You don''t need any more tea.'
 		end
+
 		act 'Get up from the table':gt 'dom_gor'
 	end
 end
@@ -140,20 +144,20 @@ if edaD > 0:
 		manna += 20
 		edaD -= 1
 		'<center><img src="images/pics/food.jpg"></center>'
-		if energy >= 30:
+		if energy >= 100:
 			'You can no longer eat.'
-		elseif energy >= 20 and energy < 30:
-			energy += 10
+		elseif energy >= 80:
+			energy += 40
 			'You pushed through the power of a meal.'
-		elseif energy < 20:
-			energy += 20
+		else
+			energy += 80
 			'You gladly ate cooked food.'
 		end
 
-		if water >= 20:
+		if water >= 80:
 			'You don''t need any more tea.'
-		elseif water < 20:
-			water += 20
+		else
+			water += 80
 			cumspclnt = 2
 			gs 'cum_cleanup'
 			fbreath = 0

+ 16 - 16
locations/etoexhib

@@ -227,14 +227,14 @@ if $ARGS[0] = 'pos7':
 			manna += 20
 			gs 'stat'
 
-			if energy >= 30:
+			if energy >= 100:
 				fat += 2
 				'You don''t want do drink more.'
-			elseif energy >= 20 and energy < 30:
+			elseif energy >= 80:
 				fat = fat + 1
-				energy = energy + 10
-			elseif energy < 20:
-				energy += 20
+				energy = energy + 40
+			else
+				energy += 80
 
 				'You gladly drank goat''s milk.'
 			end
@@ -922,10 +922,10 @@ if $ARGS[0] = 'pos24tk':
 		cla
 		minut += 30
 
-		if son < 30:
-		son += 5
+		if son < 90:
+		son += 10
 		else
-		son = 29
+		son = 100
 		end
 		'I`m relaxing on the couch.'
 
@@ -1322,22 +1322,22 @@ if $ARGS[0] = 'pos37':
 		health = health + 10
 		manna = manna + 20
 
-		if energy >= 30:
+		if energy >= 100:
 			fat += 5
 			'You do not want to eat.'
-		elseif energy >= 20 and energy < 30:
+		elseif energy >= 80:
 			fat = fat + 3
-			energy = energy + 10
-		elseif energy < 20:
-			energy += 20
+			energy = energy + 40
+		else
+			energy += 80
 			fat += 1
 			'You ate with pleasure.'
 		end
 
-		if water >= 20:
+		if water >= 80:
 			'You don''t need any more tea.'
-		elseif water < 20:
-			water += 20
+		else
+			water += 80
 			cumspclnt = 2
 			gs 'cum_cleanup'
 			fbreath = 0

+ 8 - 8
locations/gkafe

@@ -74,23 +74,23 @@ else
 			gs 'stat'
 			'<center><img src="images/pics/food.jpg"></center>'
 
-			if energy >= 30:
+			if energy >= 100:
 				fat += 5
 				'You try to eat, but are too full to enjoy the meal and can''t finish it.'
-			elseif energy >= 20 and energy < 30:
+			elseif energy >= 80:
 				fat += 3
-				energy += 10
+				energy += 40
 				'You''re not all that hungry, but have a meal anyway. Half-way through, you''re starting to regret it but feel bad throwing it out so you finish it anyway.'
-			elseif energy < 20:
-				energy += 20
+			else
+				energy += 80
 				fat += 1
 				'You order a meal at the cafe. Since your mom works here, it''s free. The food tastes good.'
 			end
 
-			if water >= 20:
+			if water >= 100:
 				'You''re not thirsty, so you don''t drink the tea.'
-			elseif water < 20:
-				water += 20
+			elseif water < 80:
+				water += 80
 				cumspclnt = 2
 				gs 'cum_cleanup'
 				fbreath = 0

+ 0 - 9
locations/gopskver

@@ -143,9 +143,6 @@ if kotovLoveQW > 0:
 			cumspclnt = 2
 			gs 'cum_cleanup'
 			fbreath = 0
-			fat += 2
-			salo += 1
-			energy += 10
 			gs 'stat'
 			'<center><img src="images/zsoft/pod_ezd/shulgahome/bigroom/drunk_ev/beer3.jpg"></center>'
 			'You poured a beer and you began to drink with the guys.'
@@ -280,9 +277,6 @@ else
 					cumspclnt = 2
 					gs 'cum_cleanup'
 					fbreath = 0
-					fat += 2
-					salo += 1
-					energy += 10
 					gs 'stat'
 					'<center><img src="images/zsoft/pod_ezd/shulgahome/bigroom/drunk_ev/beer3.jpg"></center>'
 					'You poured a beer and you began to drink with the guys.'
@@ -302,9 +296,6 @@ else
 						cumspclnt = 2
 						gs 'cum_cleanup'
 						fbreath = 0
-						fat += 2
-						salo += 1
-						energy += 10
 						dom += 1
 						gs 'stat'
 						'<center><img src="images/zsoft/pod_ezd/shulgahome/bigroom/drunk_ev/beer3.jpg"></center>'

+ 7 - 7
locations/gschool2

@@ -556,23 +556,23 @@ if $ARGS[0] = 'break':
 				gs 'stat'
 				'<center><img src="images/qwest/alter/stolovka.jpg"></center>'
 
-				if energy >= 30:
+				if energy >= 100:
 					fat += 5
 					'You try to eat, but are too full to enjoy the meal and can''t finish it.'
-				elseif energy >= 20:
+				elseif energy >= 80:
 					fat += 3
-					energy += 10
+					energy += 40
 					'You''re not all that hungry, but have a meal anyway. Half-way through, you''re starting to regret it but would feel bad throwing it out. You finish it anyway with little enthusiasm.'
 				else
-					energy += 20
-					!!fat += 1
+					energy += 80
+					fat += 1
 					'You enjoy a tasty meal in the school canteen.'
 				end
 
-				if water >= 20:
+				if water >= 100:
 					'You''re not thirsty.'
 				else
-					water += 20
+					water += 80
 					cumspclnt = 2
 					gs 'cum_cleanup'
 					fbreath = 0

+ 11 - 11
locations/gskver

@@ -95,12 +95,12 @@ if hour > 6 and hour < 23 and month >= 5 and month <= 10:
         	act 'Sleep on a bench':
                 cla
                 *clr
-			health = health + 5
-			hapri = 0
-			InSleep = 1
-			cloth_vid = 0
-			if tanga = 1:tanga = 0
-			gs'time'
+				health = health + 5
+				hapri = 0
+				InSleep = 1
+				cloth_vid = 0
+				if tanga = 1:tanga = 0
+				gs'time'
                 '<center><img src="images/lmps/спитл.jpg"></center>'
         
                 if mop > 1:mop = 0 & vidageday = vidageday - 1 & 'Makeup smeared in the face, you think, that is harmful to the appearance of sleep with makeup, skin ages faster from this.'
@@ -111,19 +111,19 @@ if hour > 6 and hour < 23 and month >= 5 and month <= 10:
 				cla
 				InSleep = 0
 				minut += 480
-				son = 30
+				son = 100
 				gt'gskver'
 			end
-        	end
+        end
 	end		
 
 		if waiting <= 0 or waiting > 120:
 			minut = minut + 15
 		elseif waiting > 0 and waiting <= 120:
-			minut = minut + waiting
-			manna = manna + 10
+			minut += waiting
+			manna += 10
 			willpower = willpower + 10
-			if son < 30:son += 2
+			if son < 30 and waiting >= 60:son += 6
 		end
 
 		act 'Consult a watch':gt curloc

+ 8 - 8
locations/kafeM

@@ -48,23 +48,23 @@ if $ARGS[0] = 'b':
 	minut += 30
 	fat += 1
 
-	if energy >= 30:
+	if energy >= 100:
 		fat += 5
 		'You can no longer eat.'
-	elseif energy >= 20 and energy < 30:
+	elseif energy >= 80:
 		fat += 3
-		energy += 10
+		energy += 40
 		'You pushed through the power of a meal.'
-	elseif energy < 20:
-		energy += 20
+	else
+		energy += 80
 		fat += 1
 		'You gladly ate the food.'
 	end
 
-	if water >= 20:
+	if water >= 80:
 		'You don''t need any more tea.'
-	elseif water < 20:
-		water += 20
+	elseif water < 80:
+		water += 80
 		cumspclnt = 2
 		gs 'cum_cleanup'
 		fbreath = 0

+ 1 - 1
locations/kathouse0

@@ -1,6 +1,6 @@
 # kathouse0
 hour = 31
-son = 20
+son = 100
 gs 'stat'
 '<center><img src="images/img/Kathouse/slip.jpg"></center>'
 'Katja brought you to myself and put him to bed and she lay with you too. Early in the morning you povstvovali as she slipped out of your embrace and opened his eyes.'

+ 19 - 19
locations/kit_din

@@ -394,8 +394,8 @@ $pranik = {
 		pranik -= 1
 		health += 30
 		manna += 100
-		energy += 20
-		water += 20
+		energy = 100
+		water = 100
 		cumspclnt = 2
 		gs 'cum_cleanup'
 		fbreath = 0
@@ -431,20 +431,20 @@ $food = {
 	fbreath = 0
 	'<center><img src="images/pics/food.jpg"></center>'
 
-	if energy >= 30:
+	if energy >= 100:
 		'You have no hunger, so just pick at the things you like most. You feel a little bloated.'
-	elseif energy >= 20 and energy < 30:
-		energy += 10
+	elseif energy >= 80:
+		energy += 40
 		'You force down the meal and now feel full.'
-	elseif energy < 20:
-		energy += 20
+	else
+		energy += 80
 		'You gladly eat the cooked meal. You feel sated.'
 	end
 
-	if water >= 20:
+	if water >= 100:
 		'You aren''t thirsty, so you don''t have any tea.'
 	else
-		water += 20
+		water += 80
 		'You gladly drink a mug of tea.'
 	end
 
@@ -459,26 +459,26 @@ $snack = {
 	health += 10
 	manna += 20
 	'<center><img src="images/pics/food.jpg"></center>'
-	if energy >= 30:
+	if energy >= 100:
 		fat += 5
 		'You have no hunger, so just pick at the things you like most. You feel a little bloated.'
-	elseif energy >= 20 and energy < 30:
+	elseif energy >= 80:
 		fat += 3
-		energy += 10
+		energy += 40
 		'You force down the meal and now feel full.'
-	elseif energy < 20:
-		energy += 20
+	else
+		energy += 80
 		!!fat += 1
 		'You gladly eat the cooked meal. You feel sated.'
 	end
 
-	if water >= 20:
+	if water >= 80:
 		cumspclnt = 2
 		gs 'cum_cleanup'
 		fbreath = 0
 		'The coffee doesn''t affect your thirst.'
-	elseif water < 20:
-		water += 20
+	elseif water < 80:
+		water += 80
 		cumspclnt = 2
 		gs 'cum_cleanup'
 		fbreath = 0
@@ -510,10 +510,10 @@ $driwater = {
 		cla
 		minut += 5
 
-		if water >= 20:
+		if water >= 80:
 			'You don''t need any more water.'
 		else
-			water += 20
+			water += 80
 			cumspclnt = 2
 			gs 'cum_cleanup'
 			fbreath = 0

+ 0 - 3
locations/kotovEv

@@ -77,9 +77,6 @@ elseif $loc = 'gskver':
 			cumspclnt = 2
 			gs 'cum_cleanup'
 			fbreath = 0
-			fat += 5
-			salo += 1
-			energy += 10
 			gs 'stat'
 			'Witek poured you a beer and you have been drinking with him. Witek with boys bullied stories as they overcame babosov in Loja city, and how the Rams with boys from another district.'
 

+ 0 - 6
locations/kotovtalker

@@ -15,9 +15,6 @@ if numnpc = 9 and grupNPC[numnpc] >= 80 and GorSlut = 0 and kotovLoveQW >= 0:
 				cumspclnt = 2
 				gs 'cum_cleanup'
 				fbreath = 0
-				salo += 1
-				fat += 2
-				energy += 10
 				gs 'stat'
 				'Witek poured you a beer and you have been drinking with him. Witek staring at you eye and tells you what you cool girl.'
 
@@ -140,9 +137,6 @@ if $loc = 'gdkin':
 			cumspclnt = 2
 			gs 'cum_cleanup'
 			fbreath = 0
-			salo += 1
-			fat += 2
-			energy += 10
 			gs 'stat'
 			'You drank beer in the company of friends.'
 

+ 24 - 24
locations/kuhrPar

@@ -27,23 +27,23 @@ act 'Eat a meal (0:30)':
 	manna += 20
 	'<center><img src="images/pics/food.jpg"></center>'
 
-	if energy >= 30:
+	if energy >= 100:
 		fat += 5
 		'You try to eat, but are too full to enjoy the meal and can''t finish it.'
-	elseif energy >= 20 and energy < 30:
+	elseif energy >= 80:
 		fat += 3
-		energy += 10
+		energy += 40
 		'You''re not all that hungry, but have a meal anyway. Half-way through, you''re starting to regret it but feel bad throwing it out so you finish it anyway.'
-	elseif energy < 20:
-		energy += 20
-		!!fat += 1
+	else
+		energy += 80
+		fat += 1
 		'The food tastes good, you quietly thank your mother for always keeping the fridge stocked with these tasty meals.'
 	end
 
-	if water >= 20:
+	if water >= 80:
 		'You don''t need any more tea.'
 	else
-		water += 20
+		water += 80
 		cumspclnt = 2
 		gs 'cum_cleanup'
 		fbreath = 0
@@ -65,23 +65,23 @@ act 'Have a snack (0:15)':
 	manna += 20
 	'<center><img src="images/pics/food.jpg"></center>'
 
-	if energy >= 30:
+	if energy >= 100:
 		fat += 3
 		'You try to enjoy the snack, but are too full to even finish it.'
-	elseif energy >= 20 and energy < 30:
+	elseif energy >= 80:
 		fat += 1
 		energy += 5
 		'You have a snack even though you''re not all that hungry, and half-way through start to regret it.'
-	elseif energy < 20:
+	else
 		energy += 10
 		!!fat += 1
 		'Even though it''s not good for you, the snack tastes great.'
 	end
 
-	if water >= 20:
+	if water >= 80:
 		'You don''t need any more tea.'
 	else
-		water += 20
+		water = 100
 		cumspclnt = 2
 		gs 'cum_cleanup'
 		fbreath = 0
@@ -96,10 +96,10 @@ end
 act 'Have a cup of tea (0:05)':
 	cls
 	minut += 5
-	if water >= 20:
+	if water >= 100:
 		'You don''t need any more tea.'
 	else
-		water += 20
+		water += 80
 		cumspclnt = 2
 		gs 'cum_cleanup'
 		fbreath = 0
@@ -121,8 +121,8 @@ if pranik > 0:
 		pranik -= 1
 		health += 30
 		manna += 100
-		energy += 20
-		water += 20
+		energy += 80
+		water += 80
 		cumspclnt = 2
 		gs 'cum_cleanup'
 		fbreath = 0
@@ -146,20 +146,20 @@ if edaD > 0:
 		manna += 20
 		edaD -= 1
 		'<center><img src="images/pics/food.jpg"></center>'
-		if energy >= 30:
+		if energy >= 100:
 			'You prepare a diet meal and try to eat it, but you're really not hungry at all. You can't finish the meal.'
-		elseif energy >= 20 and energy < 30:
-			energy += 10
+		elseif energy >= 80:
+			energy += 40
 			'You try to enjoy the diet meal, but half-way in you realize you weren''t all that hungry yet. You manage to finish the meal, but feel like it was kind of wasted.'
-		elseif energy < 20:
-			energy += 20
+		else
+			energy += 80
 			'The diet meal is tasty, and you enjoy eating it.'
 		end
 
-		if water >= 20:
+		if water >= 80:
 			'You don''t need any more tea.'
 		else
-			water += 20
+			water = 100
 			cumspclnt = 2
 			gs 'cum_cleanup'
 			fbreath = 0

+ 7 - 11
locations/lager

@@ -17,9 +17,8 @@ if hour=8:
 	act'On the line':
 		cls
 		minut+=60
-		hour=9
-		minut=0
 		gs'stat'
+		minut=0
 		'You, too, have risen along with all, Squad leader is checked. Finally, the test is over.'
 		act'Move away':gt $curloc
 	end
@@ -30,22 +29,19 @@ if hour=9:
 	act'Go for breakfast':
 		cls
 		minut+=60
-		hour=10
-		minut=0
 		frost = 0
-		minut = minut + 30
 		health = health + 10
 		manna = manna + 20
 		wipo += 5
 		gs'stat'
 		'<center><img src="images/pics/food.jpg"></center>'
-		if energy >= 30:
-			fat = fat + 5
-		elseif energy >= 20 and energy < 30:
-			fat = fat + 3
-			energy = energy + 10
+		if energy >= 100:
+			fat += 5
+		elseif energy >= 80:
+			fat += 3
+			energy += 40
 		elseif energy < 20:
-			energy = energy +20
+			energy += 80
 		 end
 		gs'stat'
 		'You went along with all of the dining room and breakfast.'

+ 13 - 12
locations/lakecafe

@@ -54,7 +54,7 @@ if $ARGS[0] = 'main':
 		'- <a href="exec:gt ''laketoilet'', ''main''">Toilet</a>'
 
 		if money >= 75:
-			act 'Eat 75 rubles':
+			act 'Eat (75 rubles)':
 				cla
 				*clr
 				minut += 30
@@ -64,26 +64,27 @@ if $ARGS[0] = 'main':
 				willpower += 5
 				'<center><img src="images/pics/food.jpg"></center>'
 
-				if energy >= 30:
-						fat += 5
-						'You can no longer eat.'
-				elseif energy >= 20 and energy < 30:
+				if energy >= 100:
+					fat += 5
+					'You can no longer eat.'
+				elseif energy >= 80:
 					fat += 3
-					energy += 10
+					energy += 40
 					'You pushed through the power of a meal.'
-				elseif energy < 20:
-					energy += 20
+				else
+					energy += 80
 					fat += 1
 					'You gladly ate the food.'
 				end
 
-				if water >= 20:
+				if water >= 80:
 					'You don''t need any more tea.'
-				elseif water < 20:
-					water += 20
+				elseif water < 80:
+					water += 80
 					cumspclnt = 2
 					gs 'cum_cleanup'
-					'You gladly drank a mug of tea.'
+					fbreath = 0
+					'You gladly drank a cup of tea.'
 				end
 
 				act 'Get up from the table':minut += 20 & gt 'lakecafe', 'main'

+ 6 - 6
locations/lesbidomhouse1

@@ -859,12 +859,12 @@ elseif mistbondage = 3:
 	cla
 	*clr
 	minut += 15
-	energy = energy + 20
-	fat = fat + 1
+	energy += 80
+	fat += 1
 	frost = 0
-	health = health + 10
-	manna = manna + 5
-	willpower = willpower + 5
+	health += 10
+	manna += 5
+	willpower += 5
 	gs'stat'
 	
 	if mistanalfist >= 25 and temp = 0:
@@ -1340,7 +1340,7 @@ if $ARGS[0] = 'ev1':
 					act 'Further':gt'lesbidomhouse1','ev1'
 				end
 			end
-			if energy < 20:
+			if energy < 80:
 				act 'Suppose that you prepare the meal':
 					cla
 					*clr

+ 3 - 5
locations/nastja

@@ -455,15 +455,13 @@ if $ARGS[0] = 'pos24':
 	cla
 	*clr
 	minut += 120
-	energy -= 20
+	energy = 2
 	manna = manna + 10
 	willpower = willpower + 10
 	alko += 2
 	cumspclnt = 2
 	gs 'cum_cleanup'
 	fbreath = 0
-	water = water + 5
-	son = son + 5
 	horny += rand(10,30)
 	gs 'stat'
 
@@ -483,7 +481,7 @@ if $ARGS[0] = 'pos25':
 	cla
 	*clr
 	minut += 30
-	energy += 20
+	energy += 80
 	money -= 100
 	gs 'stat'
 
@@ -563,7 +561,7 @@ if $ARGS[0] = 'pos30':
 	cla
 	*clr
 	minut += 30
-	energy += 20
+	energy += 80
 	gs 'stat'
 
 	'<center><img src="images/etogame/2_towel.jpg"></center>'

+ 9 - 9
locations/office

@@ -605,23 +605,23 @@ if $ARGS[0] = 'kuh':
 			manna += 5
 			willpower += 5
 
-			if energy >= 30:
+			if energy >= 100:
 				fat += 5
 				'You can no longer eat.'
-			elseif energy >= 20 and energy < 30:
+			elseif energy >= 80:
 				fat += 3
-				energy += 10
+				energy += 40
 				'You pushed through the power of a meal.'
-			elseif energy < 20:
-				energy += 20
+			else
+				energy += 80
 				fat += 1
 				'You gladly ate the food.'
 			end
 
-			if water >= 20:'You don''t need any more tea.'
-
-			if water < 20:
-				water += 20
+			if water >= 80:
+				'You don''t need any more tea.'
+			elseif water < 80:
+				water += 80
 				cumspclnt = 2
 				gs 'cum_cleanup'
 				fbreath = 0

+ 12 - 12
locations/park

@@ -79,10 +79,10 @@ if $ARGS[0] = 'start':
 		if waiting <= 0 or waiting > 120:
 			minut = minut + 15
 		elseif waiting > 0 and waiting <= 120:
-			minut = minut + waiting
-			manna = manna + 10
-			willpower = willpower + 10
-			if son < 30:son += 2
+			minut += waiting
+			manna += 10
+			willpower += 10
+			if son < 95 and waiting >= 60:son += 6
 		end
 		
 		act 'Consult a watch':gt'park','start'
@@ -216,15 +216,15 @@ if $ARGS[0] = 'luna':
 				manna += 5
 				willpower += 5
 				'<center><img src="images/etogame/luna1.jpg"></center>'
-				if energy >= 30:
+				if energy >= 100:
 					fat += 7
 					'You can''t eat one more bite.'
-				elseif energy >= 20 and energy < 30:
+				elseif energy >= 80:
 					fat += 5
-					energy += 10
+					energy += 40
 					'While you weren''t really hungry, you ate the entire dish of shawarma.'
-				elseif energy < 20:
-					energy += 20
+				else
+					energy += 80
 					fat += 3
 					'You are glad you finally got something to eat.'
 				end
@@ -241,13 +241,13 @@ if $ARGS[0] = 'luna':
 				manna += 5
 				willpower += 5
 				'<center><img src="images/etogame/luna1.jpg"></center>'
-				if water >= 20:
+				if water >= 80:
 					fat += 3
 					'You weren''t really thristy, but you still emptied the bottle of lemonade.'
-				elseif water < 20:
+				else
 					fat += 2
 					'Finally you got something to drink, even if it''s just a bottle of lemonade.'
-					water += 20
+					water += 80
 					cumspclnt = 2
 					gs 'cum_cleanup'
 					fbreath = 0

+ 1 - 1
locations/parks

@@ -36,7 +36,7 @@ if month = 5 or month = 6 or month = 7 or month = 8 or month = 9:
 				minut = minut + waiting
 				manna = manna + 10
 				willpower = willpower + 10
-				if son < 30:son += 2
+				if son < 90:son += 10
 			end
 
 			act 'Consult a watch':gt curloc

+ 5 - 5
locations/placer_sex

@@ -1088,9 +1088,9 @@ if $args[0] = 'breakfast':
 		Act 'breakfast':
 			*clr & cla
 			minut += 30
-			fat = fat + 3
-			energy = energy + 15
-			water = water + 15
+			fat += 3
+			energy += 60
+			water += 60
 			gs'stat'
 			'<center><img src="images/qwest/alter/parc_ev/placer_sex39.jpg"></center>'
 			'Everyone gathered at the table, and started to crack up your cooking breakfast,  After breakfast, you said that you guys all the time to, and take you a look of regret, We asked to go further.'
@@ -1142,11 +1142,11 @@ if $args[0] = 'sleep':
 	stime += 1
 	health += 5
 
-	if stime = 60:stime = 0 & son += 3
+	if stime = 60:stime = 0 & son += 15
 
 	gs'stat'
 
-	if son > 24:
+	if son > 100:
 		hour = 8
 		minut = 0
 		gs'stat'

+ 4 - 4
locations/pod_ezd

@@ -335,7 +335,7 @@ $etaj2_smoke_r = {
 cls
 	manna += 100
 	wipo += 100
-	if energy < 20:energy += 3
+	if energy < 80:energy += 4
 	smoker += 1
 	minut +=5
 gs'stat'
@@ -542,7 +542,7 @@ $etaj3_smoke_r = {
 cls
 	manna += 100
 	wipo += 100
-	if energy < 20:energy += 3
+	if energy < 80:energy += 4
 	smoker += 1
 	minut +=5
 gs'stat'
@@ -633,7 +633,7 @@ $etaj3_smoke_shulga = {
 cls
 	manna += 100
 	wipo += 100
-	if energy < 20:energy += 3
+	if energy < 80:energy += 4
 	smoker += 1
 	minut +=5
 gs'stat'
@@ -662,7 +662,7 @@ $etaj3_smoke_shulga_den = {
 cls
 	manna += 100
 	wipo += 100
-	if energy < 20:energy += 3
+	if energy < 80:energy += 4
 	smoker += 1
 	minut +=5
 gs'stat'

+ 7 - 7
locations/pod_whore

@@ -96,7 +96,7 @@ if cumsumass > 20: money_cumanus += 30
 !ass smeared in sperm
 !your energy: 
 money_son = 0
-if son < 5: money_son = 50
+if son < 25: money_son = 50
 
 !additional random loot
 whore_money_rnd = RAND(1,2)
@@ -601,9 +601,9 @@ $pod_client_talk = {
 		gs'stat'
 		'You give him a sweet smile and say: "Yes, that''s me. Why are you asking?"'
 		'The man looks a tad embarrassed to bring it up, but he''s too horny to back down now: "I hear you''re a prostitute, who services men in the stairwell here. Is that right?"'
-		if son >= 2 and pod_whore_client_count > 0: act 'Give him your price list': dynamic $pod_whore_price
-		if son >= 2 and pod_whore_client_count > 0: act 'Decline, you don''t want to fuck him': dynamic $pod_whore_no	
-		if son < 2 or pod_whore_client_count <= 0: act 'Decline, you''re too tired': dynamic $pod_client_talk_noson
+		if son >= 10 and pod_whore_client_count > 0: act 'Give him your price list': dynamic $pod_whore_price
+		if son >= 10 and pod_whore_client_count > 0: act 'Decline, you don''t want to fuck him': dynamic $pod_whore_no	
+		if son < 10 or pod_whore_client_count <= 0: act 'Decline, you''re too tired': dynamic $pod_client_talk_noson
 		end
 	act '"Nope, never heard of her!"': dynamic $pod_client_talk_no	
 	!act 'Test gifok': dynamic $pod_whore_test_gifs
@@ -631,7 +631,7 @@ $pod_whore_ev_end = {
 	gs 'cum_manage'
 	spafinloc = 7
 	gs 'cum_manage'
-	if energy >=3: energy -= 1
+	if energy >= 15: energy -= 4
 	hapri = 0
 	minut += ''+rand(2,5)+''
 	money += '<<total_money>>'
@@ -852,7 +852,7 @@ $pod_whore_groupsexev1 = {
 					gs 'cum_manage'
 					swallow += 1
 					facial += 1
-					if energy >= 3: energy -= 2
+					if energy >= 15: energy -= 8
 					hapri = 0
 					minut += ''+rand(3,7)+''
 					money += '<<total_money>>'
@@ -929,7 +929,7 @@ $pod_whore_groupsexev2 = {
 						gs 'cum_manage'
 						swallow += 1
 						facial += 1
-						if energy >= 3: energy -= 2
+						if energy >= 15: energy -= 8
 						hapri = 0
 						minut += ''+rand(3,7)+''
 						money += '<<total_money>>'

+ 2 - 2
locations/qwmeet

@@ -64,8 +64,8 @@ act 'Mark bouquet and go to a restaurant with Vladimir':
 				act 'Have a drink':
 					cla
 					minut += 15
-					energy = 21
-					water = 21
+					energy = 100
+					water = 100
 					gs 'stat'
 					'You drank wine and began to dig in the salad fork. Vladimir said. "Let''s move on you, I hope you do not mind?" You shake your head confirming that you too this official communication style is not very much.'
 					'Vladimir continued "In business laws wolf. Impossible to stand still, we must constantly evolve. Now I open another business. Therefore could take you to work."'

+ 2 - 2
locations/qwmeet3

@@ -32,8 +32,8 @@ $qwmeetdin = {
 	act 'Out of the car':
 		cls
 		minut += 60
-		energy = 21
-		water = 21
+		energy = 100
+		water = 100
 		vladimirday = daystart
 		vladimirQW = 35
 		gs 'stat'

+ 2 - 2
locations/qwpaluba

@@ -1,7 +1,7 @@
 # qwpaluba
 minut += 30
-energy = 21
-water = 21
+energy = 100
+water = 100
 gs 'stat'
 '<center><b><font color="maroon">The boat</font></b></center>'
 '<center><img src="images/qwest/vladimir/kater2.jpg"></center>'

+ 4 - 4
locations/restoran

@@ -73,9 +73,9 @@ if $ARGS[0] = 'zal':
 		act 'Eat (5,000 rubles)':
 			cla
 			minut += 60
-			energy =22
+			energy = 100
 			fat += 5
-			water = 22
+			water = 100
 			willpower += 30
 			manna = manna + 80
 			health = health + 20
@@ -106,9 +106,9 @@ if $ARGS[0] = 'vip':
 		act 'Eat (5,000 rubles)':
 			cla
 			minut += 60
-			energy = 22
+			energy = 100
 			fat += 5
-			water = 22
+			water = 100
 			willpower += 30
 			manna = manna + 100
 			health = health + 20

+ 12 - 9
locations/restoranM

@@ -49,24 +49,27 @@ if $ARGS[0] = 'b':
 	minut += 30
 	fat += 1
 
-	if energy >= 30:
+	if energy >= 100:
 		fat += 5
 		'You can no longer eat.'
-	elseif energy >= 20 and energy < 30:
+	elseif energy >= 80:
 		fat += 3
-		energy += 10
+		energy += 40
 		'You pushed through the power of a meal.'
-	elseif energy < 20:
-		energy += 20
+	else
+		energy += 80
 		fat += 1
 		'You gladly ate the food.'
 	end
 
-	if water >= 20:
+	if water >= 80:
 		'You don''t need any more tea.'
-	elseif water < 20:
-		water += 20
-		'You gladly drank a mug of tea.'
+	elseif water < 80:
+		water += 80
+		cumspclnt = 2
+		gs 'cum_cleanup'
+		fbreath = 0
+		'You gladly drank a cup of tea.'
 	end
 
 	alko += 2

+ 3 - 3
locations/roadPRE

@@ -92,9 +92,9 @@ act 'Drive':
 						act 'Examine the amulet':
 							cla
 							*clr
-							energy = 21
-							water = 21
-							son = 21
+							energy = 100
+							water = 100
+							son = 100
 							minut += 15
 							magik = 1
 							manna = (intel * magik) + vital * 5

+ 3 - 3
locations/saunabed

@@ -6,7 +6,7 @@ gs 'stat'
 '<center><img src="images/pics/son.jpg"></center>'
 
 if $args[0] = '':
-	if son < 10:
+	if son < 40:
 		if budon = 1:
 			act 'Sleep to the alarm - <<timer>> hours <<timerM>> minutes':saunaalarm = 1 & gt 'saunabed', 'sleep'
 		end
@@ -51,7 +51,7 @@ if $args[0] = 'sleep':
 	stime += 1
 	health += 5
 
-	if stime = 60:stime = 0 & son += 3
+	if stime = 60:stime = 0 & son += 15
 
 	gs 'stat'
 	if budilnikOn = 1 and hour = timer and minut = timerM:
@@ -71,7 +71,7 @@ if $args[0] = 'sleep':
 			gt $locBroom, $metkaBroom
 		end
 
-	elseif son > 24:
+	elseif son > 100:
 		manna -= 10
 		'You wake up, no longer tired.'
 

+ 8 - 12
locations/saunaroom

@@ -24,8 +24,8 @@ if workDolg > 0:
 		workDolg += 50
 		health += 30
 		manna += 100
-		energy = 20
-		water = 20
+		energy = 100
+		water = 100
 		fat += 50
 		! salo += 1
 		frost = 0
@@ -43,20 +43,16 @@ if workDolg > 0:
 	end
 end
 
-if water < 20:
+if water < 80:
 	act 'Drink':
 		cla
 		minut += 5
 
-		if water >= 20:
-			'You don''t need any more water.'
-		elseif water < 20:
-			water += 20
-			cumspclnt = 2
-			gs 'cum_cleanup'
-			fbreath = 0
-			'You gladly drink a glass of water.'
-		end
+		water = 100
+		cumspclnt = 2
+		gs 'cum_cleanup'
+		fbreath = 0
+		'You gladly drink a glass of water.'
 
 		act 'Get up from the table':gt $curloc
 	end

+ 2 - 2
locations/shop

@@ -648,8 +648,8 @@ if $shoplocation = 'icecream':
 			money -= 50
 			fat += 50
 			manna += 500
-			water = 20
-			energy = 20
+			water = 100
+			energy = 100
 			cumspclnt = 2
 			gs 'cum_cleanup'
 			fbreath = 0

+ 18 - 12
locations/shulga_room

@@ -77,16 +77,16 @@ act 'Small sofa':
 		'<center>Small sofa, You can take a nap</center>'
 	act 'Move away': gt'shulga_room'
 	act 'Lie down on the sofa to take a nap':
-		if son < 30:
-			son += 2
+		if son < 90:
+			son += 10
 			health += 5
 			minut += 60
 			gs'stat'
-			if son < 30:'You asleep about an hour.'
-		elseif son >= 30: 
+			'You asleep about an hour.'
+		else
 			minut += 5
 			gs'stat'
-			'You are trying to sleep, but you will not go out.'	
+			'You are not tired enough to sleep, even for a short nap.'	
 		end
 	end
 end
@@ -541,8 +541,8 @@ $gang_sex_room_ev1 = {
 															gs 'cum_manage'
 															swallow += 1
 															facial += 1
-															energy -= 2
-															son -= 2
+															energy -= 8
+															son -= 8
 															gs'stat'
 															'<center><img src="images/zsoft/pod_ezd/shulgahome/bigroom/sex/1_15.jpg"></center>'
 															'More minutes 20, You twisted and twirled as they wanted, You really have nothing to think. 
@@ -673,7 +673,7 @@ $drunken_sex = {
 			if temp = 0:spafinloc = 12
 			if temp = 1:spafinloc = 14
 			if temp = 2:spafinloc = 11
-			son -=2
+			son -= 5
 			if npcSex[9] = 0:npcSex[9] = 1 & guy += 1
 			if npcSex[10] = 0:npcSex[10] = 1 & guy += 1
 			if npcSex[11] = 0:npcSex[11] = 1 & guy += 1
@@ -705,7 +705,11 @@ $drunken_sex_no = {
 $drunken_sleep = {
 	cls
 	minut += 180 
-	if son < 30: son += 5
+	if son < 75:
+		son += 25
+	else
+		son = 100
+	end
 	health -= 10
 	manna -= 25
 	willpower -=10
@@ -826,7 +830,6 @@ act 'Watch porn channel':
 							cls
 							minut += 10
 							horny += 5
-							son -= 1
 							temp = rand(0,2)
 							$boy = 'Dan'
 							spafinloc = 11
@@ -854,7 +857,6 @@ act 'Watch porn channel':
 						cls
 						minut += 10
 						horny += 5
-						son -= 1
 						temp = rand(0,2)
 						$boy = 'Dan'
 						spafinloc = 11
@@ -1589,7 +1591,11 @@ $shulga_bazar_day = {
 $sleep_vasya_bed = {
 	cla
 	vasya_shulgin += 1
-	son +=5
+	if son > 75:
+		son += 25
+	else
+		son = 100
+	end
 	minut += 180
 	gs'stat'
 	'You lay down and slept for a few hours.'

+ 1 - 1
locations/shulgabed

@@ -71,7 +71,7 @@ $smroom_sex_sonya = {
 $smroom_sleep = {
 	act 'Lie down on the bed to take a nap':
 		cls
-		son += 2
+		son += 10
 		health += 5
 		minut += 60
 		gs'stat'

+ 11 - 12
locations/shulgakuh

@@ -135,20 +135,19 @@ $holodil = {
 			sup_count -= 1
 			gs'stat'
 			'<center><img src="images/zsoft/pod_ezd/shulgahome/kuh/sup.jpg"></center>'
-			if energy >= 30:
-				fat = fat + 1
+			if energy >= 100:
+				fat += 1
 				'You can no longer have.'
-			elseif energy >= 20 and energy < 30:
-				fat = fat + 3
-				energy = energy +5
-				health = health +5
-				manna = manna + 5
-
+			elseif energy >= 80:
+				fat += 3
+				energy += 20
+				health += 5
+				manna += 5
 				'You pushed him through the power of a bowl of soup.'
-			elseif energy < 20:
-				energy = energy +10
-				health = health + 10
-				manna = manna + 10
+			else
+				energy += 20
+				health += 10
+				manna += 10
 				!fat = fat + 1
 
 				'You will be happy to eat a bowl of soup.'

+ 0 - 3
locations/sister

@@ -37,9 +37,6 @@ if $ARGS[0] = 'gdk':
 			cumspclnt = 2
 			gs 'cum_cleanup'
 			fbreath = 0
-			salo += 1
-			fat += 2
-			energy += 10
 			gs'stat'
 
 			if AniaFrends >= 1:

+ 5 - 8
locations/sitrPar

@@ -36,8 +36,8 @@ elseif month = 12 and day = 31 and hour >= 20:
 		son = 0
 		manna += 1000
 		wipo += 1000
-		energy += 50
-		water += 50
+		energy += 150
+		water += 150
 		cumspclnt = 2
 		gs 'cum_cleanup'
 		fbreath = 0
@@ -52,18 +52,15 @@ elseif month = 1 and day = 1:
 		*clr
 		frost = 0
 		minut += 15
-		if energy >= 50:
+		if energy >= 100:
 			fat = fat + 5
 			'You''re full and cannot eat any more.'
 		else
 			'You eat the remaining snacks that are still on the table from the holidays.'
 			health += 10
 			manna += 20
-			energy += 20
-			if water < 20:
-				water = water +10
-			end
-			water += 20
+			energy = 100
+			water = 100
 			fbreath = 0
 			cumspclnt = 2
 			gs 'cum_cleanup'

+ 3 - 3
locations/sleepPRE

@@ -24,9 +24,9 @@ rost = 170
 fat = 60
 salo = 60
 dick = 0
-energy = 15
-water = 15
-son = 16
+energy = 60
+water = 60
+son = 70
 !!Stats
 stren = 10
 strenbuf = 10

+ 3 - 3
locations/sny

@@ -137,9 +137,9 @@ if snyqw = 0:
 	act 'drink tea, with buns':
 		cls
 		minut += 30
-		fat = fat + 3
-		energy = energy + 10
-		water = water +20
+		fat += 3
+		energy += 40
+		water += 80
 		gs 'stat'
 		'Within half an hour all clinked cups drinking tea and buns devoured. Finally all ate and teacher putting a tape recorder on the table said "Now cool disco." From the speakers the music started. All began to slowly get up from behind the desk.'
 

+ 3 - 3
locations/start

@@ -144,9 +144,9 @@ day = 25
 rost = 186
 fat = 130
 dick = 0
-energy = 15
-water = 15
-son = 16
+energy = 60
+water = 60
+son = 70
 !!stats
 stren = 160
 speed = 50

+ 41 - 29
locations/stat

@@ -76,12 +76,12 @@ end
 if cheatNosweat = 1 and sweat ! -3:sweat = -3
 
 if cheatNoEat = 1:
-	if energy ! 19:energy = 19
-	if water ! 19:water = 19
+	if energy ! 100:energy = 100
+	if water ! 100:water = 100
 end
 
 if CheatNoSleep = 1:
-	son = 24
+	if son > 20: son = 20
 end
 
 !!!!!!!!!!!!
@@ -457,9 +457,9 @@ if minut >= 60:
 	if nerdism < 0:nerdism = 0
 	if obkvsdam > 0:obkvsdam = rand(2, 5)
 	hour += 1
-	energy -= 1
-	water -= 1
-	son -= 1
+	energy -= 4
+	water -= 4
+	son -= 4
 	minut -= 60
 	gs 'femcyc'
 
@@ -526,9 +526,9 @@ if minut >= 60:
 		manna -= 5
 	end
 
-	if energy > 25:
-		fat += (energy - 25) / 2
-		energy = 25
+	if energy > 100:
+		fat += (energy - 100) / 2
+		energy = 100
 	end
 
 	if mosol > 0:
@@ -1040,12 +1040,12 @@ end
 
 if energy < 0:
 	energy = 0
-	health -= 1
+	health -= 5
 
 	if fat = 0 and stren + vital > 0:
 		stren -= 1
 		vital -= 1
-		energy += 2
+		energy += 8
 	elseif fat = 0 and stren + vital <= 0:
 		if Enable_nogameover = 0 :
 			over = 3
@@ -1057,13 +1057,13 @@ if energy < 0:
 		end
 	elseif fat > 0:
 		fat -= 1
-		energy += 2
+		energy += 8
 	end
 end
 
 if water < 0:
 	water = 1
-	health -= 5
+	health -= 10
 	willpower -= 1
 end
 
@@ -1163,22 +1163,34 @@ else
 	$manna = '<font color="red">Your mood is stuck in the gutter.</font>'
 end
 
-if energy >= 20:$energy = '<font color="green">You couldn''t eat one more bite.</font>'
-	elseif energy < 20 and energy >= 10:$energy = '<font color="blue">You''re not really hungry, but a small snack would be very welcome.</font>'
-	elseif energy < 10 and energy >= 2:$energy = '<font color="brown">You are hungry.</font>'
-	elseif energy < 2:$energy = '<font color="red">You are very hungry.</font>'
+if energy >= 80:
+	$energy = '<font color="green">You couldn''t eat one more bite.</font>'
+elseif energy >= 40:
+	$energy = '<font color="blue">You''re not really hungry, but a small snack would be very welcome.</font>'
+elseif energy >= 8:
+	$energy = '<font color="brown">You are hungry.</font>'
+else
+	$energy = '<font color="red">You are very hungry.</font>'
 end
 
-if water >= 20:$water = '<font color="green">You are not thirtsy at all.</font>'
-	elseif water < 20 and water >= 10:$water = '<font color="blue">You are slightly thirsty.</font>'
-	elseif water < 10 and water >= 2:$water = '<font color="brown">You are thirsty.</font>'
-	elseif water < 2:$water = '<font color="red">You are very thirsty.</font>'
+if water >= 80:
+	$water = '<font color="green">You are not thirtsy at all.</font>'
+elseif water >= 40:
+	$water = '<font color="blue">You are slightly thirsty.</font>'
+elseif water >= 8:
+	$water = '<font color="brown">You are thirsty.</font>'
+else
+	$water = '<font color="red">You are very thirsty.</font>'
 end
 
-if son >= 20:$son = '<font color="green">You are well rested.</font>'
-	elseif son < 20 and son >= 10:$son = '<font color="blue">You are slightly tired.</font>'
-	elseif son < 10 and son >= 2:$son = '<font color="brown">You are tired.</font>'
-	elseif son < 2:$son = '<font color="red">You are very tired.</font>'
+if son >= 80:
+	$son = '<font color="green">You are well rested.</font>'
+elseif son >= 40:
+	$son = '<font color="blue">You are slightly tired.</font>'
+elseif son >= 8:
+	$son = '<font color="brown">You are tired.</font>'
+else
+	$son = '<font color="red">You are very tired.</font>'
 end
 
 !$din_shame = {
@@ -1308,13 +1320,13 @@ else
 	end
 	pl '<<$ind>> Mood'
 
-	gs 'indik', '1', energy * 4, energy
+	gs 'indik', '1', energy, energy
 	pl '<<$ind>> Hunger'
 
-	gs 'indik', '1', water * 5, water
+	gs 'indik', '1', water, water
 	pl '<<$ind>> Thirst'
 
-	gs 'indik', '1', son * 4, son
+	gs 'indik', '1', son, son
 	pl '<<$ind>> Sleep'
 end
 pl
@@ -1441,7 +1453,7 @@ $smoker = {
 	fbreath = 0
 	manna += 100
 	wipo += 100
-	if energy < 20:energy += 3
+	if energy < 80:energy += 4
 	gs 'stat'
 }
 

+ 2 - 2
locations/time

@@ -354,12 +354,12 @@ if (totminut - Time15Minute) >= 15:
 			else
 				frost += 1
 			end
-			if energy < 5:frost += 1
+			if energy < 20:frost += 1
 			if tanga = 0:frost += 1
 			if sweat > 0:frost += 1
 		elseif temper < -20 and (defaultcoat = 4 or defaultcoat = 5 or defaultcoat = 8 or defaultcoat = 10 or defaultcoat = 12):
 			frost += 1
-			if energy < 5:frost += 1
+			if energy < 20:frost += 1
 			if sweat > 0:frost += 1
 		elseif temper< -30 and (defaultcoat = 6 or defaultcoat = 7 or defaultcoat = 9 or defaultcoat = 11):
 			frost += 1

+ 44 - 44
locations/trFatherMisha

@@ -61,16 +61,16 @@ if trfatherMishaQW = 1:
 		minut += 30
 		health = health + 10
 		manna = manna + 20
-		if energy >= 30:
+		if energy >= 100:
 			fat += 5
-		elseif energy >= 20 and energy < 30:
+		elseif energy >= 80:
 			fat += 3
-			energy += 10
+			energy += 40
 		elseif energy < 20:
-			energy += 20
+			energy += 80
 		end
-		if water < 20:
-			water += 20
+		if water < 80:
+			water += 80
 			cumspclnt = 2
 			gs 'cum_cleanup'
 			fbreath = 0
@@ -105,18 +105,18 @@ if trfatherMishaQW = 1:
 	act 'In bystroeshku':
 		cls
 		minut += 30
-		health = health + 10
-		manna = manna + 20
-		if energy >= 30:
+		health += 10
+		manna += 20
+		if energy >= 100:
 			fat += 5
-		elseif energy >= 20 and energy < 30:
+		elseif energy >= 80:
 			fat += 3
-			energy += 10
-		elseif energy < 20:
-			energy += 20
+			energy += 40
+		else
+			energy += 80
 		end
-		if water < 20:
-			water += 20
+		if water < 80:
+			water += 80
 			cumspclnt = 2
 			gs 'cum_cleanup'
 			fbreath = 0
@@ -151,18 +151,18 @@ elseif trfatherMishaQW = 2:
 	act 'In bystroeshku':
 		cls
 		minut += 30
-		health = health + 10
-		manna = manna + 20
-		if energy >= 30:
+		health += 10
+		manna += 20
+		if energy >= 100:
 			fat += 5
-		elseif energy >= 20 and energy < 30:
+		elseif energy >= 80:
 			fat += 3
-			energy += 10
-		elseif energy < 20:
-			energy += 20
+			energy += 40
+		else
+			energy += 80
 		end
-		if water < 20:
-			water += 20
+		if water < 80:
+			water += 80
 			cumspclnt = 2
 			gs 'cum_cleanup'
 			fbreath = 0
@@ -415,19 +415,19 @@ elseif trfatherMishaQW = 4:
 		end
 		act 'In the cafe':
 			cls
-			minut += 15
-			health = health + 10
-			manna = manna + 20
-			if energy >= 30:
+			minut += 30
+			health += 10
+			manna += 20
+			if energy >= 100:
 				fat += 5
-			elseif energy >= 20 and energy < 30:
+			elseif energy >= 80:
 				fat += 3
-				energy += 10
-			elseif energy < 20:
-				energy += 20
+				energy += 40
+			else
+				energy += 80
 			end
-			if water < 20:
-				water += 20
+			if water < 80:
+				water += 80
 				cumspclnt = 2
 				gs 'cum_cleanup'
 				fbreath = 0
@@ -452,19 +452,19 @@ elseif trfatherMishaQW = 5:
 	Dad quickly leads herself up and go to the offers...'
 	act 'In the cafe':
 		cls
-		minut += 15
-		health = health + 10
-		manna = manna + 20
-		if energy >= 30:
+		minut += 30
+		health += 10
+		manna += 20
+		if energy >= 100:
 			fat += 5
-		elseif energy >= 20 and energy < 30:
+		elseif energy >= 80:
 			fat += 3
-			energy += 10
-		elseif energy < 20:
-			energy += 20
+			energy += 40
+		else
+			energy += 80
 		end
-		if water < 20:
-			water += 20
+		if water < 80:
+			water += 80
 			cumspclnt = 2
 			gs 'cum_cleanup'
 			fbreath = 0

+ 1 - 3
locations/vipclub

@@ -12,12 +12,10 @@ if $ARGS[0] = 'start':
 		act 'Cocktails':
 			*clr
 			minut += 15
-			drunk += 1
-			water += 5
+			alko += 
 			cumspclnt = 2
 			gs 'cum_cleanup'
 			fbreath = 0
-			son -= 5
 			frost = 0
 			horny += rand(10, 20)
 			gt 'vipclub', 'start'

+ 1 - 1
locations/webcam_site

@@ -624,7 +624,7 @@ $webcam_show = {
 				'You slowly undress to the music, gently pulling one garment after another.'
 				
 				!health check
-				if agape > 2 or vgape > 2 or son < 2:
+				if agape > 2 or vgape > 2 or son < 8:
 					'You like that do not feel good. Lucky, if you are able to dance at least half as good, as usual.'
 					
 					my_show_tip_mod = 2

+ 9 - 9
locations/worksalon

@@ -40,23 +40,23 @@ if $ARGS[0] = 'start':
 		manna += 5
 		willpower += 5
 
-		if energy >= 30:
+		if energy >= 100:
 			fat += 5
 			'You can no longer eat.'
-		elseif energy >= 20 and energy < 30:
+		elseif energy >= 80:
 			fat += 3
-			energy += 10
-			'You pushed through the power of a meal.'
-		elseif energy < 20:
-			energy += 20
+			energy += 40
+			'You force down the meal.'
+		else
+			energy += 80
 			fat += 1
 			'You gladly ate the food.'
 		end
 
-		if water >= 20:
+		if water >= 80:
 			'You don''t need any more tea.'
-		else
-			water += 20
+		elseif water < 80:
+			water += 80
 			cumspclnt = 2
 			gs 'cum_cleanup'
 			fbreath = 0

+ 10 - 10
locations/ykuh

@@ -58,8 +58,8 @@ if pranik > 0:
 		pranik -= 1
 		health += 30
 		manna += 100
-		energy += 20
-		water += 20
+		energy = 100
+		water = 100
 		cumspclnt = 2
 		gs 'cum_cleanup'
 		fbreath = 0
@@ -86,20 +86,20 @@ if edaD > 0:
 		edaD -= 1
 		'<center><img src="images/pics/food.jpg"></center>'
 
-		if energy >= 30:
+		if energy >= 100:
 			'You can no longer eat.'
-		elseif energy >= 20 and energy < 30:
-			energy += 10
+		elseif energy >= 80:
+			energy += 40
 			'You are not hungry but you ate it anyway.'
-		elseif energy < 20:
-			energy += 20
+		else
+			energy += 80
 			'You gladly ate some cooked food.'
 		end
 
-		if water >= 20:
+		if water >= 80:
 			'You don''t want to drink anymore.'
-		elseif water < 20:
-			water += 20
+		else
+			water += 80
 			cumspclnt = 2
 			gs 'cum_cleanup'
 			fbreath = 0

+ 2 - 4
locations/zsoft_gopskverGorSlut

@@ -214,8 +214,6 @@ if $ARGS[0] = '2':
 		cumspclnt = 2
 		gs 'cum_cleanup'
 		fbreath = 0
-		energy += 5
-		water += 1
 		health -= 5
 	end
 	gs'stat'
@@ -397,11 +395,11 @@ if $ARGS[0] = '2':
 		if horny_orgazm_text4 = 11:$horny_orgazm_text4 = 'And then Mr. SquareanoWell lnilsyaenskim cryom. You are inonchaDo grouo, Nickogo ne Articleesnyayas, neinolinseedo AttractetoaI Watch yoaore.'
 
 		$hornyparksex = {
-			if horand > horny:horny = horny + 10 & willpower -=5 & son -=1 & '<<$horny_orgazm_text2>>. <<$horny_orgazm_text3>>.'
+			if horand > horny:horny = horny + 10 & willpower -=5 & son -=4 & '<<$horny_orgazm_text2>>. <<$horny_orgazm_text3>>.'
 			if horand <= horny:horny = 0 & orgasm += 1 & manna += 5 & willpower +=20 &'<<$horny_orgazm_text2>>. <<$horny_orgazm_text4>>.'
 		}
 		$hornyparksexanal = {
-			if horand > horny:horny = horny + 10 & willpower -=5 & son -=1 & '<<$horny_orgazm_text2>>. <<$horny_orgazm_text3>>.'
+			if horand > horny:horny = horny + 10 & willpower -=5 & son -=4 & '<<$horny_orgazm_text2>>. <<$horny_orgazm_text3>>.'
 			if horand <= horny:horny = 0 & analorgasm += 1 & manna += 5 & willpower +=20 &'<<$horny_orgazm_text2>>. <<$horny_orgazm_text4>>.'
 		}	
 		$gopcumface = {