Browse Source

[fixes] wrong image link in anushapt, missing snack values
[fixes] wrong variables in food, kid and park

julzor 5 years ago
parent
commit
102a6cb331
4 changed files with 42 additions and 26 deletions
  1. 21 5
      locations/anushapt.qsrc
  2. 17 17
      locations/food.qsrc
  3. 2 2
      locations/kid.qsrc
  4. 2 2
      locations/park.qsrc

+ 21 - 5
locations/anushapt.qsrc

@@ -1020,6 +1020,21 @@ if $ARGS[0] = 'snack':
 	menu_off = 1
 	cla
 	*nl
+	!!Snack + Water
+	minut += 15
+	alko -= 1
+	pcs_health += 20
+	pcs_mood += 20
+	fat += 6
+	pcs_energy += 25
+	if pcs_hydra >= 100:
+		pcs_hydra += 25
+	else
+		pcs_hydra += 50
+	end
+	cumspclnt = 2
+	gs 'cum_cleanup'
+	pcs_breath = 0
 	'She gets up and heads out of her room and to the kitchen, the two of you are talking and laughing as you enter the kitchen.'
 	temp = rand(0,9)
 	if temp = 0 and valeriaIntroduced = 0:
@@ -1040,8 +1055,7 @@ if $ARGS[0] = 'snack':
 			'"At least I''ll finish school! Unlike you." Anushka answers.'
 			'Her mother ignores her comment and speaks to you. "So whats your name?"'
 			act 'Tell her':
-				cla
-				*clr
+				*clr & cla
 				'<center><b><font color = maroon>Kitchen</font></b></center>'
 				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/anushapt/valeria.jpg"></center>'
 				'You know this woman just wants to pick a fight but what else can you do. "My name is <<$pcs_firstname>> <<$pcs_lastname>>."'
@@ -1049,8 +1063,8 @@ if $ARGS[0] = 'snack':
 				'When you nod yes, she bursts out laughing and then shakes her head looking at her daughter. "Only you would become friends with the daughter of the town''s biggest slut. I bet she is just like her mother, the two of you must have so much in common."'
 				'Anushka steps up to her mother and gets right in her face. "Shut the fuck up you old cunt!" Anushka looks visibly pissed off. "You say another fucking word like that to my friend and I will knock you on your fucking ass."'
 				act 'Look around nervously':
-					cla
-					*clr
+					*clr & cla
+					gs 'stat'
 					'<center><b><font color = maroon>Kitchen</font></b></center>'
 					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/anushapt/kitchen.jpg"></center>'
 					'The tension in the room is tremendous. Time seems to stand still and you just want to run out of the kitchen so you can breathe normally again.'
@@ -1062,6 +1076,7 @@ if $ARGS[0] = 'snack':
 			end
 		end
 	elseif temp = 1 or temp = 2:
+		gs 'stat'
 		'As you walk into the kitchen you see Timofey sitting at the small kitchen table looking sad. Anushka points to a cabinet and the fridge. "Chips and stuff are in there and drinks are in the fridge, grab us some."'
 		'Then she squats down next to her little brother and ruffles his hair. "Hey what''s wrong Timo?"'
 		'He looks up at her as you gather the stuff. "Maksim won''t let me have a turn playing the games."'
@@ -1073,6 +1088,7 @@ if $ARGS[0] = 'snack':
 		'She stands up and looks at you. "Got everything?" When you nod yes she adds. "Sweet, lets go back to my room."'
 		act 'Back to her room':AnushkaLoc=2&gt'anushapt','anushroom'
 	else
+		gs 'stat'
 		'As you walk into the kitchen Anushka points to a cabinet. "Grab some chips and stuff out of there."'
 		'While you are doing that, she grabs a couple of drinks from the fridge and once you both have your spoils from your raid on the kitchen you head back to her room.'
 		act 'Back to her room':AnushkaLoc=2&gt'anushapt','anushroom'
@@ -1811,7 +1827,7 @@ if $ARGS[0] = 'shower_wait':
 	*clr
 	gs 'stat'
 	'<center><h4><font color="maroon">Anushka''s Room</font></h4></center>'
-	'<center><img src="images/locations/pavlovsk/resident/apartment/anushapt/nushbed.jpg"></center>'
+	'<center><img src="images/locations/pavlovsk/resident/apartment/anushapt/anushroom/nushbed.jpg"></center>'
 	if showerphotos = 0:
 		'While Nush gets dried off you go into her room to wait for her. The room is surprisingly clean, even if it''s somewhat dusty. The walls are covered with pictures and posters and the room is skillfully decorated with various strings of coloured lights. You take a seat on the bed as you wait for her to come join you. A couple of minutes later she walks in completely naked and quickly gets dressed before jumping on the bed next to you.'
 	elseif showerphotos = 1:

+ 17 - 17
locations/food.qsrc

@@ -13,7 +13,7 @@ if $ARGS[0] = 'pirosh':
 	minut += 15
 	money -= val($_eat['<<args[1]>>,price'])
 	pcs_health += 5
-	mood += 5
+	pcs_mood += 5
 	fat += 4
 	pcs_energy += 40
 	if pcs_hydra >= 100:
@@ -43,7 +43,7 @@ if $ARGS[0] = 'golub':
 	minut += 20
 	money -= val($_eat['<<args[1]>>,price'])
 	pcs_health += 10
-	mood += 5
+	pcs_mood += 5
 	fat += 8
 	pcs_energy += 60
 	if pcs_hydra >= 100:
@@ -73,7 +73,7 @@ if $ARGS[0] = 'pozhar':
 	minut += 20
 	money -= val($_eat['<<args[1]>>,price'])
 	pcs_health += 15
-	mood += 10
+	pcs_mood += 10
 	fat += 6
 	pcs_energy += 70
 	if pcs_hydra >= 100:
@@ -103,7 +103,7 @@ if $ARGS[0] = 'reuben':
 	minut += 25
 	money -= val($_eat['<<args[1]>>,price'])
 	pcs_health += 20
-	mood += 25
+	pcs_mood += 25
 	fat += 12
 	pcs_energy += 110
 	if pcs_hydra >= 100:
@@ -133,7 +133,7 @@ if $ARGS[0] = 'blini':
 	minut += 15
 	money -= val($_eat['<<args[1]>>,price'])
 	pcs_health += 10
-	mood += 5
+	pcs_mood += 5
 	fat += 8
 	pcs_energy += 50
 	if pcs_hydra >= 100:
@@ -163,7 +163,7 @@ if $ARGS[0] = 'varenfan':
 	minut += 25
 	money -= val($_eat['<<args[1]>>,price'])
 	pcs_health += 15
-	mood += 15
+	pcs_mood += 15
 	fat += 10
 	pcs_energy += 40
 	if pcs_hydra >= 100:
@@ -192,7 +192,7 @@ if $ARGS[0] = 'salfan':
 	minut += 40
 	money -= val($_eat['<<args[1]>>,price'])
 	pcs_health += 20
-	mood += 20
+	pcs_mood += 20
 	fat += 12
 	pcs_energy += 80
 	if pcs_hydra >= 100:
@@ -222,7 +222,7 @@ if $ARGS[0] = 'strofan':
 	minut += 35
 	money -= val($_eat['<<args[1]>>,price'])
 	pcs_health += 20
-	mood += 30
+	pcs_mood += 30
 	fat += 6
 	pcs_energy += 120
 	if pcs_hydra >= 100:
@@ -252,7 +252,7 @@ if $ARGS[0] = 'borfan':
 	minut += 25
 	money -= val($_eat['<<args[1]>>,price'])
 	pcs_health += 10
-	mood += 25
+	pcs_mood += 25
 	fat += 4
 	pcs_energy += 60
 	if pcs_hydra >= 100:
@@ -282,7 +282,7 @@ if $ARGS[0] = 'blifan':
 	minut += 20
 	money -= val($_eat['<<args[1]>>,price'])
 	pcs_health += 30
-	mood += 40
+	pcs_mood += 40
 	fat += 6
 	pcs_energy += 50
 	if pcs_hydra >= 100:
@@ -312,7 +312,7 @@ if $ARGS[0] = 'ryesna':
 	minut += 10
 	money -= val($_eat['<<args[1]>>,price'])
 	pcs_health += 5
-	mood += 10
+	pcs_mood += 10
 	fat += 4
 	pcs_energy += 20
 	if pcs_hydra >= 100:
@@ -342,7 +342,7 @@ if $ARGS[0] = 'crisps':
 	minut += 10
 	money -= val($_eat['<<args[1]>>,price'])
 	pcs_health += 5
-	mood += 20
+	pcs_mood += 20
 	fat += 16
 	pcs_energy += 20
 	if pcs_hydra >= 100:
@@ -372,7 +372,7 @@ if $ARGS[0] = 'onring':
 	minut += 10
 	money -= val($_eat['<<args[1]>>,price'])
 	pcs_health += 10
-	mood += 5
+	pcs_mood += 5
 	fat += 16
 	pcs_energy += 40
 	if pcs_hydra >= 100:
@@ -402,7 +402,7 @@ if $ARGS[0] = 'vegburg':
 	minut += 20
 	money -= val($_eat['<<args[1]>>,price'])
 	pcs_health += 20
-	mood += 10
+	pcs_mood += 10
 	fat += 8
 	pcs_energy += 60
 	if pcs_hydra >= 100:
@@ -432,7 +432,7 @@ if $ARGS[0] = 'turburg':
 	minut += 20
 	money -= val($_eat['<<args[1]>>,price'])
 	pcs_health += 10
-	mood += 10
+	pcs_mood += 10
 	fat += 10
 	pcs_energy += 60
 	if pcs_hydra >= 100:
@@ -462,7 +462,7 @@ if $ARGS[0] = 'batfish':
 	minut += 20
 	money -= val($_eat['<<args[1]>>,price'])
 	pcs_health += 15
-	mood += 15
+	pcs_mood += 15
 	fat += 11
 	pcs_energy += 80
 	if pcs_hydra >= 100:
@@ -492,7 +492,7 @@ if $ARGS[0] = 'cheburg':
 	minut += 25
 	money -= val($_eat['<<args[1]>>,price'])
 	pcs_health += 20
-	mood += 20
+	pcs_mood += 20
 	fat += 14
 	pcs_energy += 120
 	if pcs_hydra >= 100:

+ 2 - 2
locations/kid.qsrc

@@ -9,7 +9,7 @@ $breastfeed = {
 	'You pick up <<$kidname[ks]>> from <<$kidPosPro[ks]>> crib and cuddle for a moment before exposing your breast.'
 	if rand(1,10) = 10:
 		'You lift <<$kidname[ks]>> to your breast but your <<$sdtext[ks]>> doesn''t latch on.'
-		mood -= 5
+		pcs_mood -= 5
 		minut += 5
 	else
 		minut += 15
@@ -72,7 +72,7 @@ $tottv = {
 	'<center><img <<$set_imgh>> src="images/shared/home/tv/kid_tv.jpg"></center>'
 	'You pull <<$kidname[ks]>> up onto the couch with you and cuddle up to watch TV'
 	'You watch a cartoon featuring a Rabbit, a Duck, and a Pig that is quite silly'
-	mood += 10
+	pcs_mood += 10
 	minut += 60
 	act 'Done':
 		gt 'kid', 'start'

+ 2 - 2
locations/park.qsrc

@@ -69,7 +69,7 @@ if $ARGS[0] = 'start':
 			*nl
 			if pcs_inhib >= 35:
 				gs 'exhibitionism', 2
-				mood += 5
+				pcs_mood += 5
 				'"Nope!" you call back. "Just remembered not to!" You flip up the back of your skirt, flashing your ass at him and keep walking, a bit of a spring in your step.'
 			elseif pcs_inhib > 30:
 				inhib_exp += 1
@@ -209,7 +209,7 @@ if $ARGS[0] = 'start':
 				menu_off = 1
 				if rand(1,100) < 70:
 					minut += 30
-					mood -= 5
+					pcs_mood -= 5
 					*nl
 					'No luck! After searching for half an hour, you find no one. For such a large city you would have thought there would be suitable prey around, your needs remain so maybe another search will be required?'
 					act 'Continue': gt 'park'