12 Commits ddeaf26a1d ... 37e90ddf24

Author SHA1 Message Date
  KevinSmarts 37e90ddf24 [fixes] Custom height setting missing for several image links in Nat apartment 4 years ago
  KevinSmarts 513d1b3414 Merge remote-tracking branch 'sovietmercader/master' 4 years ago
  KevinSmarts dc514955b5 Merge remote-tracking branch 'Sicaa/master' 4 years ago
  KevinSmarts a64df1cf2d [fixed] Wrong references for images fixed by nutluck 4 years ago
  sovietmercader b3f4425336 [fixed] blank screen in grandmahelp 4 years ago
  Sicaa 3283f010a2 [fixed] missing else in front of if 4 years ago
  KevinSmarts 55d41a025a [text edits] couple of small fixes to correct for character 4 years ago
  KevinSmarts 7de202b5ca [fixed] Wrong image call fix from nutluck 4 years ago
  KevinSmarts c3b1e9de97 [fixed] Eye size not set for goth start 4 years ago
  KevinSmarts 5c3d344e94 Merge remote-tracking branch 'sovietmercader/master' 4 years ago
  sovietmercader 98dfcb0b53 [fixed] actions in gadriver 4 years ago
  julzor a3da58a8d5 [fixed] wrong gt in gadsarai 4 years ago

+ 4 - 4
locations/gadriver.qsrc

@@ -70,7 +70,7 @@ if $ARGS[0] = 'start':
 				act 'Finish':minut += 10 & gt'gadukino'
 			end
 		else
-			act 'Go to Gadukino':minut += 20 & MiraLoc ! 1 & gt 'gadukino'
+			act 'Go to Gadukino':minut += 20 & gt 'gadukino'
 			act 'Go to the beach':gt 'gadriver', 'gadbitch'
 		end
 	elseif temp_gr = 5 and MiraLoc ! 1 and npc_QW['A63'] >= 13 and hour >= 5:
@@ -104,7 +104,7 @@ if $ARGS[0] = 'start':
 				act 'Leave': gt'gadukino'
 			end
 		else
-			act 'Go to Gadukino':minut += 20 & MiraLoc ! 1 & gt 'gadukino'
+			act 'Go to Gadukino':minut += 20 & gt 'gadukino'
 			act 'Go to the beach':gt 'gadriver', 'gadbitch'
 		end
 	elseif temp_gr = 6 and MiraLoc ! 1 and npc_QW['A63'] >= 13 and hour >= 5:
@@ -136,11 +136,11 @@ if $ARGS[0] = 'start':
 				act 'Finish': gt'gadukino'
 			end
 		else
-			act 'Go to the road (0:10)':minut += 20 & MiraLoc ! 1 & gt 'gadroad'
+			act 'Go to the road (0:10)':minut += 20 & gt 'gadroad'
 			act 'Go to the beach':gt 'gadriver', 'gadbitch'
 		end
 	else
-		act 'Go to the road (0:10)':minut += 20 & MiraLoc ! 1 & gt 'gadugadroadkino'
+		act 'Go to the road (0:10)':minut += 20 & gt 'gadroad'
 		act 'Go to the beach':gt 'gadriver', 'gadbitch'
 	end
 end

+ 1 - 1
locations/gadsarai.qsrc

@@ -56,7 +56,7 @@ if $ARGS[0] = '':
 	if (month < 4 or month > 10) or (hour < 9 or hour > 20) or (grandpaQW['chore_feed_cow'] = 1 or grandmaQW['chore_milk_cow'] or grandpaQW['chore_lead_cow_to_field'] = 1 or grandpaQW['chore_herd_cattle'] = 1):
 		act 'Enter the cows stall': gt 'gadsarai', 'cow'
 	end
-	act 'Enter the boars stall': gt 'gadsarai', 'horse'
+	act 'Enter the boars stall': gt 'gadsarai', 'boar'
 	act 'Search around in the barn (0:15)': gt 'gadsarai', 'search'
 	if vcard > 0: act 'View your vintage porn cards': $card_loc = 'gadsarai' & card_deck = 0 & gt 'card'
 	if card > 0: act 'View your new porn cards': $card_loc = 'gadsarai' & card_deck = 1 & gt 'card'

+ 3 - 3
locations/grandmahelp.qsrc

@@ -38,7 +38,7 @@ if $ARGS[0] = 'start':
 		gt 'grandmahelp', 'checkplants'
 	elseif grandmaQW['chore_type'] = 9 and sunWeather = 1:
 		gt 'grandmahelp', 'waterplants'
-	elseif grandmaQW['chore_type'] = 10 and sunWeather = 1:
+	elseif grandmaQW['chore_type'] = 10 and sunWeather = 1 and month >= 6 and month <= 9:
 		gt 'grandmahelp', 'harvest'
 	elseif grandmaQW['chore_type'] = 11 and boletus_stored <= 18:
 		gt 'grandmahelp', 'pickforest_mushrooms'
@@ -309,7 +309,7 @@ if $ARGS[0] = 'harvest':
 
 			act 'Continue':gt'gadgarden','strawberry'
 		end
-	elseif month = 8:
+	elseif month = 8 or month = 9:
 		'"<<$pcs_nickname>> dear, the fruits are ripe and it is time to start collecting them, could you go and do it today?"'
 
 		grandmaQW['chore_collect_fruit'] = 1
@@ -324,7 +324,7 @@ if $ARGS[0] = 'harvest':
 
 			act 'Continue':gt'gadgarden','fruit_garden'
 		end
-	elseif month = 9:
+	elseif month = 6:
 		'"<<$pcs_nickname>> dear, could you go to the garden today? It''s time to collect the harvest."'
 
 		grandmaQW['chore_harvest_garden'] = 1

+ 1 - 1
locations/gschool_gossip.qsrc

@@ -430,7 +430,7 @@ if $ARGS[0] = 'boys':
 		'"You read my mind man!"'
 		'The two boys fistbump each other and change the subject.'
 	!! <= on purpose, since this kind of gossip spreads fast
-	if cheerleadingQW['gossip_day'] <= daystart and cheerleadingQW['gossip'] = 3:
+	elseif cheerleadingQW['gossip_day'] <= daystart and cheerleadingQW['gossip'] = 3:
 		cheerleadingQW['gossip'] = 4
 		cheerleadingQW['gossip_day'] = daystart'Two boys are watching a video on a phone. You hear Albina''s loud screaming echoing from the screen.'
 		'"Just look at Albina going all out on Karine at the last game. Vicky had to stop her from punching the girl''s lights out!"'

+ 1 - 1
locations/gschool_lessonsev3.qsrc

@@ -514,7 +514,7 @@ if $ARGS[0] = 'english':
 				*clr & cla
 				npc_rel['A20'] += 1
 				npc_rel['A21'] += 1
-				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/english/events/eavesdrop.jpg"></center>'
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/english/events/badlanguage.jpg"></center>'
 				'"Yeah, I got something..." you say with a dark smile. "Repeat after me: cock-juggling thunder cunt."'
 				'Lera and Lena repeat the words a few times until they can say it with confidence. When they ask you what the words mean, you explain it to them in Russian. "Holy shit, that''s amazing! I can''t wait to use it on some dickhead at the disco!" Lera laughs excitedly.'
 				act 'Wait for the end of the lesson': gt 'gschool_lessons', 'short_break'

+ 26 - 26
locations/gschool_socialchg.qsrc

@@ -777,7 +777,7 @@ if $ARGS[0] = 'tVasily':
 end
 
 if $ARGS[0] = 'tLavrenti':
-	'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big40.jpg"></center>'
+	'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big155.jpg"></center>'
 	'You approach Lavrenti who''s discussing something with Vitek, "This is some good Vodka, the girls grabbed the good stuff!"'
 	'"Thank you." you answer, "We tried to do our best. It was stressful for a while there but we managed to handle it."'
 	'Lavrenti begins to laugh, "I can understand that. It must''ve been a stressful situation. Either way it was nice to have someone else provide the booze this time."'
@@ -786,7 +786,7 @@ if $ARGS[0] = 'tLavrenti':
 
 	act 'Oh?':
 		*clr & cla
-		'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big40.jpg"></center>'
+		'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big155.jpg"></center>'
 		'"Really? Why''s that?" you tilt your head.'
 		'Lavrenti smiles, "Well, I''m the richest here so they usually use me as their personal bank... But that''s okay, beats being alone anyway."'
 		'"Sounds a bit sad." you reply, "If they were your real friends they wouldn''t do that to you."'
@@ -796,7 +796,7 @@ if $ARGS[0] = 'tLavrenti':
 
 		act 'I still feel...':
 			*clr & cla
-			'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big40.jpg"></center>'
+			'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big155.jpg"></center>'
 			'You continue to push on the topic and just as you''re about to say something more Lavrenti cuts you off, "I told you it''s okay! So just drop it!" he says annoyed.'
 			'"I-I''m sorry I didn''t want to make you upset." you apologize.'
 			'"Don''t worry. These people are my friends now. After the falling out they were the only one that took me in."'
@@ -805,7 +805,7 @@ if $ARGS[0] = 'tLavrenti':
 
 			act 'What happened?':
 				*clr & cla
-				'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big40.jpg"></center>'
+				'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big155.jpg"></center>'
 				'"Why''s that?" you curiously ask.'
 				'"You know that Dimka and I had a falling out. And that it was pretty ugly. Dimka ruined my with most of the school and for awhile got me outcast, but I proved myself, to these guys and they took me in."'
 				'Lavrenti continues, "And I know they mostly tolerate me because my family is rich, but I don''t care. They at least always have my back when push comes to shove."'
@@ -1104,7 +1104,7 @@ if $ARGS[0] = 'office':
 
 			act 'See who it is':
 				*clr & cla
-				'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big42.jpg"></center>'
+				'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big157.jpg"></center>'
 				'You squint your eyes as the shadowy figure approaches you. Finally you''re able to make sense of who it is, it''s Roman.'
 				'He stands there with this stupid grin pleased with himself that he was able to frighten you, "Can''t wait to tell the others about this or do you want to run and get your big bad friends that will teach me a lesson?" he winks.'
 				'You begin to blush as you stand there, "By the way what were you doing all alone in the room?"'
@@ -1116,7 +1116,7 @@ if $ARGS[0] = 'office':
 
 				act 'Oh':
 					*clr & cla
-					'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big42.jpg"></center>'
+					'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big157.jpg"></center>'
 					'"I didn''t know that. Sorry to bother you." you answer.'
 					'"It''s ok, you distracted me a bit but then I thought I would play a little prank on you to see if you could take it." he answers while smiling.'
 					'"At first I didn''t know how to react, what if you would''ve been someone else. I would''ve freaked out." you seriously answer.'
@@ -1150,7 +1150,7 @@ if $ARGS[0] = 'lounge':
 end
 
 if $ARGS[0] = 'tRadomir':
-	'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big39.jpg"></center>'
+	'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big154.jpg"></center>'
 	'As you walk past Radomir you hear him tell a story to the guys, "You should''ve seen this hottie I hooked up with this last weekend after our gig. I had her sucking on my cock within minutes."'
 	'The guys feed his ego by giving him encouraging nod and chuckles. As he sees you, he points and says, "And there we have my next ''conquest''. She''s probably good in bed what do you think guys."'
 	minut += 2
@@ -1158,7 +1158,7 @@ if $ARGS[0] = 'tRadomir':
 
 	act 'Maybe':
 		*clr & cla
-		'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big39.jpg"></center>'
+		'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big154.jpg"></center>'
 		'You look him up and down. "Yeah maybe or maybe not." You tell him.'
 		'He steps over and wraps his arm around your waist and pulls you close. "Maybe always means yes."'
 		'You turn towards him and put your hand on his chest bitting your lip as you look up at him, then you shove him away. "Like I said maybe, but not tonight." Then you turn and walk off, behind you, you can hear Valentin and Arkadi laughing.'
@@ -1172,7 +1172,7 @@ if $ARGS[0] = 'tRadomir':
 		!! it is not perfect at the moment because the variable is not set yet and on the other hand it can be set in other part.
 		act 'We already did':
 			*clr & cla
-			'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big39.jpg"></center>'
+			'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big154.jpg"></center>'
 			'You roll your eyes at him. "We already did, remember, cutting class in the bathroom?"'
 			'He looks at you long and hard like he is trying hard to remember. "Oh yeah... yeah, you were a fine piece of ass. I remember now, well damn and here I thought I was going to get a new piece of pussy." He sighs and turns back to the guys looking disappointed and doesn''t even glance back at you, as he continues his graphic story to the guys.'
 			'Mildly annoyed you move off, what a jack ass.'
@@ -1184,7 +1184,7 @@ if $ARGS[0] = 'tRadomir':
 	end
 	act 'Not that kind of girl':
 		*clr & cla
-		'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big39.jpg"></center>'
+		'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big154.jpg"></center>'
 		'You look at him with a confused look, "I''m sorry but I''m not that kind of girl."'
 		'Radomir burst out in laughter, "They all say that at first but we all know that you''ll be on your back screaming my name."'
 		'He continues on, "Look at the people you''re hanging out with here. They all have one thing in mind and that''s fucking the new girl."'
@@ -1193,7 +1193,7 @@ if $ARGS[0] = 'tRadomir':
 
 		act 'Is that so?':
 			*clr & cla
-			'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big39.jpg"></center>'
+			'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big154.jpg"></center>'
 			'You look around as you''re a bit disgusted and answer, "Hmm interesting. Too bad you would be the last one here I would have sex with."'
 			'Radomir scoffs, "This little kitty got some spunk in her. I''m not too worried though, you''ll come around and beg me to give you a real good fuck."'
 			'You cross your arms a bit irritated by now, "Hell would need to freeze over before I would have sex with you."'
@@ -1203,7 +1203,7 @@ if $ARGS[0] = 'tRadomir':
 
 			act 'Answer him':
 				*clr & cla
-				'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big39.jpg"></center>'
+				'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big154.jpg"></center>'
 				'"You''ll excuse me but I need to go and throw up." you answer.'
 				'"Don''t play hard to get <<$pcs_nickname>>. Go and ask the other girls here about how good of a fuck I am." Radomir confidently tells you.'
 				'"Yeah, I''m not going to do that, you creep. As a matter of fact I don''t want to partake in this conversation anymore." you angrily say.'
@@ -1220,7 +1220,7 @@ end
 
 if $ARGS[0] = 'tValentin':
 	*clr & cla
-	'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big43.jpg"></center>'
+	'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big158.jpg"></center>'
 	'You approach Valentin. He smiles and greets you, "Hi <<$pcs_nickname>>. Are you enjoying yourself?"'
 	'You smile back and greet him back, "Hi Valentin. Yeah, it''s been pretty fun so far."'
 	minut += 2
@@ -1229,7 +1229,7 @@ if $ARGS[0] = 'tValentin':
 	if anushkaFirstvisit = 1:
 		act 'How''s the work on the motorcycle going':
 			*clr & cla
-			'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big43.jpg"></center>'
+			'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big158.jpg"></center>'
 			'You''re pretty curious on how the work on the bike is progressing so you ask him, "Last time I saw you, you were working hard on your motorcycle."'
 			'He lets out a nervous laugh, "Well, I''ve hit a snag and Eduard''s been busy as of late so I''m waiting on him to help me out."'
 			'"I hope you manage to get past the issue." you say as Valentin begins to ramble on about his motorcycle, "Hopefully I''ll be done soon so I can finally go for a ride, can''t take not having my baby around."'
@@ -1238,7 +1238,7 @@ if $ARGS[0] = 'tValentin':
 
 			act 'Maybe you''ll invite me for a ride':
 				*clr & cla
-				'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big43.jpg"></center>'
+				'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big158.jpg"></center>'
 				'"Maybe I can come along for a ride after you''ve finished." you say teasingly.'
 				'Valentin excitingly answers, "Sure thing, I would love to take you on a ride someday."'
 				'"She means your bike not you dick." Radomir says.'
@@ -1254,7 +1254,7 @@ if $ARGS[0] = 'tValentin':
 	else
 		act 'Boast':
 			*clr & cla
-			'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big43.jpg"></center>'
+			'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big158.jpg"></center>'
 			'You continue on, "I''m pretty happy that we were able to pull it off. I wasn''t too sure we would at first, but in the end it felt pretty good hearing the roars from the people when I pulled out the bottles."'
 			'He chuckles, "Yeah, it was a nice change of pace. Usually they make me go and get the booze as I look older than everyone else."'
 			'"Must be annoying." you say.'
@@ -1264,7 +1264,7 @@ if $ARGS[0] = 'tValentin':
 
 			act 'I would mind':
 				*clr & cla
-				'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big43.jpg"></center>'
+				'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big158.jpg"></center>'
 				'"I would mind." you say, "I''m not trying to stir up anything here but the others are just using you."'
 				'"Maybe, but with my rugged manly looks and fake id, helps me get into places I usually wouldn''t be able to enter so it has its advantages too." he replies. "Besides, you will learn everyone uses everyone sometimes. We all use each other and help each other, because at the end of the day all we have is each other and we stand up for each other."'
 				'"I guess so." you continue to prod on.'
@@ -1282,7 +1282,7 @@ end
 
 if $ARGS[0] = 'tArkadi':
 	*clr & cla
-	'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big41.jpg"></center>'
+	'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big156.jpg"></center>'
 	'You notice Arkadi doesn''t seem to be all that happy, as he listens to Radomir. You approach him, wanting to cheer him up, "What''s up?" you ask.'
 	'Arkadi looks at you, spits on the side and says, "Nothing much. Just another boring day here in Pavlovsk. Man this place sucks monkey balls."'
 	minut += 2
@@ -1290,7 +1290,7 @@ if $ARGS[0] = 'tArkadi':
 
 	act 'Don''t say that':
 		*clr & cla
-		'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big41.jpg"></center>'
+		'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big156.jpg"></center>'
 		'Trying to cheer him up you say, "Look I know you just moved here and it''s not like in the city but I''m sure..."'
 		'Arkadi cuts you off, "I see what you''re trying to do but it''s not going to work. This place sucks and nothing here can compare to the city."'
 		'"What''s missing?" you ask as you''re genuinely curious as to what he can be missing here in Pavlovsk.'
@@ -1300,7 +1300,7 @@ if $ARGS[0] = 'tArkadi':
 
 		act 'All this talk about the city':
 			*clr & cla
-			'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big41.jpg"></center>'
+			'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big156.jpg"></center>'
 			'"Isn''t there anything you like here?" You ask him.'
 			'He shrugs a bit. "It is nice playing with the band, but I wish we were doing it in the city, hell I can''t wait till school is over and we can all move to the city."'
 			'You sigh, "All this talk about the city. You know if you focused on what is here, maybe you could make things better here."'
@@ -1379,7 +1379,7 @@ if $ARGS[0] = 'tAlyona':
 
 	act 'That''s a bit too violent for me':
 		*clr & cla
-		'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big44.jpg"></center>'
+		'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big143.jpg"></center>'
 		'You''re taken a back a little by Alyona''s statement, "Yeah if I tried that, he would have likely beat my ass."'
 		'She laughs, "I guess so... Your way works as well." She goes silent for a moment as she''s thinking to come up with something then she looks up and says, "I need to tell Lena that we need to do a bigger score next time."'
 		minut += 2
@@ -1387,7 +1387,7 @@ if $ARGS[0] = 'tAlyona':
 
 		act 'You should ask Lena':
 			*clr & cla
-			'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big44.jpg"></center>'
+			'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big143.jpg"></center>'
 			'You try to encourage Alyona, "You should tell her, I''m sure she would be up for a bigger score."'
 			'Alyona shines up, "Yeah maybe I should, be more exciting than waiting around for it."'
 			'"Yeah, I don''t think there''s a reason why she should say no... I mean as long as you don''t go and knock down anyone." you wink.'
@@ -1404,7 +1404,7 @@ end
 
 if $ARGS[0] = 'tEkaterina':
 	*clr & cla
-	'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big46.jpg"></center>'
+	'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big145.jpg"></center>'
 	'Seeing Ekaterina standing by herself you walk over to her thinking about to check up if everything is alright with her.'
 	'"Is everything okay?" you ask as you come close.'
 	'Ekaterina looks your way and nods, "Yeah I was just thinking about this poor quality vodka you brought back with you."'
@@ -1413,7 +1413,7 @@ if $ARGS[0] = 'tEkaterina':
 
 	act 'Is that so':
 		*clr & cla
-		'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big46.jpg"></center>'
+		'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big145.jpg"></center>'
 		'You''re a bit surprised by her brashness, "W-We did our best to grab the best they had, this was the best stuff the shop carried." you answer.'
 		'Ekaterina looks coldly at you, "Don''t get me wrong. It''s enough to get drunk on, but to be honest it tastes like horse piss."'
 		'"Do you know what trouble we went through to get hold of it for the party?" you unsettlingly answer.'
@@ -1424,7 +1424,7 @@ if $ARGS[0] = 'tEkaterina':
 		act 'Leave her alone': gt 'gschool_socialchg', 'lounge'
 		act 'Why don''t you bring it the next time':
 			*clr & cla
-			'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big46.jpg"></center>'
+			'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big145.jpg"></center>'
 			'Against your better judgment you decide to press on, "Well the next time you can bring the liquor and the rest of us can decide if it''s good enough."'
 			'Ekaterina shrughs her shoulder, "Sure, my father got lots of it at home and I''m sure he doesn''t even notice when I take some."'
 			'"I look forward to it." you sourly answer.'
@@ -1434,7 +1434,7 @@ if $ARGS[0] = 'tEkaterina':
 
 			act 'Thanks, I guess':
 				*clr & cla
-				'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big46.jpg"></center>'
+				'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big145.jpg"></center>'
 				'"Hmmph, it still sounds like you''re really condescending." you tell her.'
 				'Ekaterina begins to smile, "Oh, you must''ve misunderstood me. I''m quite pleased, there''s booze here and the guys here are fine even though they aren''t the lookers but they''ll do."'
 				'As she says that you relax a bit and the two of you chat for a while.'

+ 2 - 2
locations/journal.qsrc

@@ -669,7 +669,7 @@ if $ARGS[0] = 'gopniks':
 
 	'<center><img <<$set_imgh>> src="images/pc/notebook/157.png"></center>'
 	'<center>Roman Yakovlev</center>'
-	'Roman Yakovlev is a psychopath, he''s one of the smaller kids, but is always causing trouble. He''ll start fights knowing that the other Gopniks will have his back. He always has a snide remark and is not afraid to speak back to the teachers and other adults. Not doing great at school, not that he cares. The other gopnik''s find his attitude amusing and seem to like that he''s always getting them into funny situations.'
+	'Roman Yakovlev is a psychopath, he''s one of the smaller kids, but is always causing trouble. He''ll start fights knowing that the other Gopniks will have his back. He has been known to start fights just because he was bored, as well as being especially cruel or sadistic. Once he smashed a bottle over a guys head and stabbed the guy in the face with the broken bottle, because he said the guy looked at him funny. He always has a snide remark and is not afraid to speak back to the teachers and other adults. Not doing great at school, not that he cares. The other gopnik''s find his attitude amusing and seem to like that he''s always getting them into funny situations.'
 
 	'<center><img <<$set_imgh>> src="images/pc/notebook/10.png"></center>'
 	'<center>Dan Ryzhov</center>'
@@ -721,7 +721,7 @@ if $ARGS[0] = 'gopniks':
 
 	'<center><img <<$set_imgh>> src="images/pc/notebook/189.png"></center>'
 	'<center>Nikolai Volkov</center>'
-	'Niko Volkov is clever, but short tempered. When he is not drinking, and partying then he is hanging out with Lavrenti Romanov. Many say that he only spends time with Lavrenti, for his money. Niko always seems confident, and well spoken, but he can sometimes come off as paranoid, and unstable.'
+	'Niko Volkov is clever, but short tempered. When he is not drinking, and partying then he is hanging out with Roman Yakovlev. Many say that he only spends time with Roman, for his money. Niko always seems confident, and well spoken, but he can sometimes come off as paranoid, and unstable.'
 	
 	act 'Go back': gt 'journal', 'school'
 	act 'Put your notebook down': gt $loc, $metka

+ 46 - 46
locations/natbelapt.qsrc

@@ -122,7 +122,7 @@ if $ARGS[0] = 'home':
 	end
 
 	*clr & cla
-	'<center><img src="images/locations/pavlovsk/resident/apartment/aptdoor.jpg"></center>'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/aptdoor.jpg"></center>'
 	'You walk up to the front door and knock.'
 	if hour >= 22:
 		'It''s too late in the day to visit Natasha.'
@@ -161,9 +161,9 @@ if $ARGS[0] = 'home':
 	elseif NatbelQW['MotherHome'] = 1 and NatbelQW['MotherDoor'] = 1:
 		*clr & cla
 		if NatbelQW['MotherState'] ! 3:
-			'<center><img src="images/locations/pavlovsk/resident/apartment/natbelapt/natmomcasual.jpg"></center>'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/natbelapt/natmomcasual.jpg"></center>'
 		else
-			'<center><img src="images/locations/pavlovsk/resident/apartment/natbelapt/natmomdressedup.jpg"></center>'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/natbelapt/natmomdressedup.jpg"></center>'
 		end
 		'You stand outside the Belova household, knocking on the door. It takes quite a while before someone actually comes and in the end, it turns out to be Natasha''s mother.'
 		if NatbelQW['MetMother'] = 0:
@@ -264,7 +264,7 @@ if $ARGS[0] = 'hallway':
 	gs 'natbelEv', 'natmomhome'
 	gs 'stat'
 	'<center><h4><font color="maroon">Entrance hall</font></h4></center>'
-	'<center><img src="images/locations/pavlovsk/resident/apartment/natbelapt/hallway.jpg"></center>'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/natbelapt/hallway.jpg"></center>'
 	if NatbelQW['FirstVisit'] = 0:
 		NatbelQW['FirstVisit'] = 1
 		'As you enter the Belova''s hallway, you notice it looks very "Spartan". Their walls are bare aside from a single picture of Natasha as a baby in her mother''s arms. The smile on her face seems to light up the room all by itself.'
@@ -313,7 +313,7 @@ if $ARGS[0] = 'bathroom':
 	gs 'stat'
 	$location_type = 'bathroom'
 	'<center><h4><font color="maroon">Bathroom</font></h4></center>'
-	'<center><img src="images/locations/pavlovsk/resident/apartment/natbelapt/bathroom.jpg"></center>'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/natbelapt/bathroom.jpg"></center>'
 	'The bathroom is kept spotlessly clean. Everything here has a well cared for look to it.'
 	'The toilet sits along the wall next to a small bathtub.'
 	'You can do your hair and makeup in the <a href="exec:gt ''mirror'', ''start''">mirror</a> above the sink.'
@@ -355,7 +355,7 @@ if $ARGS[0] = 'showerevent1':
 	if deodorant_on = 1: gs 'sweat', 'remove_deo' & '<br>Your deodorant gets washed away in the shower.'
 	act 'Let her':
 		*clr & cla
-		'<center><img src="images/locations/pavlovsk/resident/apartment/natbelapt/sex/shower01.jpg"></center>'
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/natbelapt/sex/shower01.jpg"></center>'
 		'You angle your body away from the door as you say: "Oh it''s no problem <<$npc_nickname[''A191'']>>. It''s your home."'
 		'You get back to showering with your back turned to <<$npc_nickname[''A191'']>> as you hear her pee. You feel a bit awkward while you listen to her urinate, flush, and then wash her hands before finally the door clicks shut again.'
 		act 'Get out of the shower': gt 'natbelapt','bathroom'
@@ -364,7 +364,7 @@ if $ARGS[0] = 'showerevent1':
 		act 'Tease her a bit':
 			*clr & cla
 			inhib_exp += 3
-			'<center><img src="images/locations/pavlovsk/resident/apartment/natbelapt/sex/shower02.jpg"></center>'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/natbelapt/sex/shower02.jpg"></center>'
 			'Looking straight at her you give her a smile, then put your leg up, giving her the perfect view of the front of your wet, naked body. "<<$npc_nickname[''A191'']>>", you begin immediately, "I wanted a woman''s opinion on this. Do you think my breasts are big enough?"'
 			'<<$npc_nickname[''A191'']>> looks at your exposed body for a few seconds with a slight blush on her cheeks.'
 			'"<<$pcs_nickname>>, there''s nothing wrong with the size of your breasts."'
@@ -398,10 +398,10 @@ if $ARGS[0] = 'natroom':
 		*clr & cla
 		'<center><h4><font color="maroon">Natasha''s Room</font></h4></center>'
 		if month < 4 or month > 9:
-			'<center><img src="images/characters/pavlovsk/school/girl/natasha/natsleep5.jpg"></center>'
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/natsleep5.jpg"></center>'
 			'You look into the room and see that Natasha is sleeping snug under her covers. Not wanting to disturb her you close the door and leave.'
 		else
-			'<center><img src="images/characters/pavlovsk/school/girl/natasha/natsleep<<rand(1,4)>>.jpg"></center>'
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/natsleep<<rand(1,4)>>.jpg"></center>'
 			'You look into the room and see that Natasha is sleeping soundly on her bed. Not wanting to disturb her you close the door and leave.'
 		end
 		gs 'arousal', 'voyeur', 2
@@ -411,17 +411,17 @@ if $ARGS[0] = 'natroom':
 	elseif NatbelQW['seethroughwearing'] = 1 and natstayroom = 0:
 		NatashaLoc = 2
 		if NatbelQW['seethroughworn'] < 5:
-			'<center><img src="images/characters/pavlovsk/school/girl/natasha/seethrough01.jpg"></center>'
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/seethrough01.jpg"></center>'
 			'When you get back to Natasha''s room, you see she''s under her blankets reading a book.'
 			gs 'arousal', 'voyeur', 3
 			gs 'arousal', 'end'
 			gs 'stat'
 		else
-			'<center><img src="images/characters/pavlovsk/school/girl/natasha/seethrough02.jpg"></center>'
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/seethrough02.jpg"></center>'
 			'When you get back to Natasha''s room, you see she''s on her bed reading a book.'
 			act 'Move closer':
 				*clr & cla
-				'<center><img src="images/characters/pavlovsk/school/girl/natasha/seethrough03.jpg"></center>'
+				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/seethrough03.jpg"></center>'
 				'It doesn''t look like she''s noticed you coming in, so you move over to the bed and lay your hand on her ass.'
 				'The moment your hand touches her skin she lets out a yelp and rolls over to see who it is.'
 				'"Jesus <<$pcs_nickname>> you nearly gave me a heart attack. For a second I thought my mom walked in."'
@@ -434,11 +434,11 @@ if $ARGS[0] = 'natroom':
 			end
 		end
 	elseif NatbelQW['seethroughwearing'] = 1 and natstayroom = 1:
-		'<center><img src="images/characters/pavlovsk/school/girl/natasha/seethrough00.jpg"></center>'
+		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/seethrough00.jpg"></center>'
 		'Natasha is standing there in the lingerie you gave her, looking at you with interest.'
 	!elseif naked:
 	else
-		'<center><img src="images/locations/pavlovsk/resident/apartment/natbelapt/natroom.jpg"></center>'
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/natbelapt/natroom.jpg"></center>'
 		'Natasha''s room looks very tidy. What it lacks in decorations is made up by how well she''s using her available space. On the right side, there''s a narrow bed in the corner with a bed stand next to it and a big closet for all of her clothes.'
 		'On the left side, right behind the door is a small sofa, her desk and computer are in the back corner. Everything is cleaned and neatly organized.'
 	end
@@ -463,7 +463,7 @@ if $ARGS[0] = 'natroom':
 				NatbelQW['askedbaby'] = daystart
 				gs 'npc_relationship', 'modify', 'A16', 'like'
 				gs 'stat'
-				'<center><img src="images/locations/pavlovsk/resident/apartment/natbelapt/touch_belly'+iif(npc_pregtalk['A16'] = 1,'_preg','')+'.jpg"></center>'
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/natbelapt/touch_belly'+iif(npc_pregtalk['A16'] = 1,'_preg','')+'.jpg"></center>'
 				if daystart-NatbelQW['pregday'] < 120:
 					'She looks at you with a strange smile.'
 					'"Yes," she answers the question you didn''t voice, "your little brother has actually knocked me up. I hope you are happy with that because I can''t afford an abortion."'
@@ -597,7 +597,7 @@ if $ARGS[0] = 'natroom':
 	elseif NatashaShower = 1 and NatashaLoc ! 2:
 		*clr & cla
 		menu_off = 1
-		'<center><img src="images/characters/pavlovsk/school/girl/natasha/nattowel1.jpg"></center>'
+		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/nattowel1.jpg"></center>'
 		'You sit down on Natasha''s bed while you wait for her to finish showering.'
 		NatashaLoc = 2
 		'After about five minutes Natasha enters the room wearing only a towel.'
@@ -605,7 +605,7 @@ if $ARGS[0] = 'natroom':
 			'With a sparkle in her eyes she says: "Oh, hi <<$pcs_nickname>>, I didn''t know you were coming over."'
 			act 'Watch her get dressed':
 				*clr & cla
-				'<center><img src="images/characters/pavlovsk/school/girl/natasha/natdressing2.jpg"></center>'
+				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/natdressing2.jpg"></center>'
 				if hotcat => 6:
 					'Natasha drops the towel and heads over to the closet to grab some clothes. "What to wear?" She sighs as she rummages through the bottom of her closet. With her bare ass wiggling teasingly the entire time.'
 					'When she''s decided on what to wear she steps in front of you and slowly starts putting her clothes on. Clearly trying to get a reaction out of you.'
@@ -620,7 +620,7 @@ if $ARGS[0] = 'natroom':
 				end
 				act 'Pull her on the bed':
 					*clr & cla
-					'<center><img src="images/characters/pavlovsk/school/girl/natasha/sex/natbedroomsex01.jpg"></center>'
+					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/sex/natbedroomsex01.jpg"></center>'
 					'When she''s almost done dressing, you grab her by the wrist and pull her onto the bed next to you. You grab her by the hair and keep a firm grip as you whisper in her ear: "Oh, you little tease. Is this what you wanted?"'
 					'"Y-Yes." She gasps back. "From the moment I saw you sitting there I started imagining this."'
 					'"Well then." You say in your most seductive voice. "Have you earned it?" As you teasingly lower your mouth to hers. You take your time, touching your lips together, then backing off slightly, pulling at her lower lip occasionally with your teeth before finally going in for a passionate kiss.'
@@ -630,7 +630,7 @@ if $ARGS[0] = 'natroom':
 					if NatbelQW['QWstage'] > 7:
 						act 'Bare her breasts':
 							*clr & cla
-							'<center><img src="images/characters/pavlovsk/school/girl/natasha/sex/natbedroomsex02.jpg"></center>'
+							'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/sex/natbedroomsex02.jpg"></center>'
 							'You let go of Natasha''s hair and roll on top of her. While she''s catching her breath from the steamy kissing, you pull down her top and start licking her nipple.'
 							'"Oh <<$pcs_nickname>>... That feels... Oooh... So nice." She moans softly.'
 							'You increase the intensity by taking hold of her nipple with your teeth and gently pulling. This makes her moan even louder, and in response, you feel yourself getting wetter and wetter.'
@@ -638,7 +638,7 @@ if $ARGS[0] = 'natroom':
 							gs 'stat'
 							act 'Get undressed':
 								*clr & cla
-								'<center><img src="images/characters/pavlovsk/school/girl/natasha/sex/natbedroomsex03.jpg"></center>'
+								'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/sex/natbedroomsex03.jpg"></center>'
 								'"I want to feel all of your skin, take your clothes off." You tell Natasha.'
 								'Wanting your own lusts sated you pull your clothes off and lie back on the bed, opening your legs to give her easy access to your soaking pussy.'
 								*nl
@@ -653,7 +653,7 @@ if $ARGS[0] = 'natroom':
 								killvar '$orgasm_txt'
 								act 'Give back':
 									*clr & cla
-									'<center><img src="images/characters/pavlovsk/school/girl/natasha/sex/natbedroomsex04.jpg"></center>'
+									'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/sex/natbedroomsex04.jpg"></center>'
 									'Not wanting this to end just yet you roll her onto her back and spread her legs wide. Her pussy is soaking wet as well. "Your turn." You say, still out of breath.'
 									'You start to dart your tongue around her pussy. Licking up the juices, slowly working your way towards her wet slit.'
 									'"Please <<$pcs_nickname>>, I really need it." She begs in between her moans of pleasure. Hearing this you part her pussy lips with your hand and start licking her furiously, occasionally switching from sucking her clit to tongue fucking her pussy.'
@@ -663,7 +663,7 @@ if $ARGS[0] = 'natroom':
 
 									act 'Rub your pussy on hers':
 										*clr & cla
-										'<center><img src="images/characters/pavlovsk/school/girl/natasha/sex/natbedroomsex05.jpg"></center>'
+										'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/sex/natbedroomsex05.jpg"></center>'
 										'You quickly get up from between her legs and straddle her, pressing your soaked pussies together, grinding them together quickly. Natasha grabs your breasts and starts moaning "Yes <<$pcs_nickname>>... Please... Pleaaaaaah."'
 										$orgasm_txt = 'The feeling of her body writhing underneath yours as she orgasms sends you over the edge as well. You keep grinding for a few more seconds before you start bucking under the intensity of your own orgasm.'
 										$orgasm_or = 'yes'
@@ -684,7 +684,7 @@ if $ARGS[0] = 'natroom':
 								end
 								act 'Eat me':
 									*clr & cla
-									'<center><img src="images/characters/pavlovsk/school/girl/natasha/sex/natbedroomsex06.jpg"></center>'
+									'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/sex/natbedroomsex06.jpg"></center>'
 									'The only thing you can think of is your need for more as you push her head towards your soaking pussy. She obeys immediately and starts kissing all around your pussy and playing with your tits.'
 									'Overcome with the need to feel her tongue on your pussy, you take her head in your hands and press her face down on your slit. A loud moan escapes your mouth as she starts lapping up your juices.'
 									'She keeps one hand on your breast, softly pinching and pulling on your hard nipple as she starts focusing on sucking your engorged clit. You feel one of her fingers slip inside you again, adding even more pleasure.'
@@ -693,7 +693,7 @@ if $ARGS[0] = 'natroom':
 
 									act 'Rub your pussy on hers':
 										*clr & cla
-										'<center><img src="images/characters/pavlovsk/school/girl/natasha/sex/natbedroomsex05.jpg"></center>'
+										'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/sex/natbedroomsex05.jpg"></center>'
 										'As you feel your orgasm near, you quickly get up from the bed and press Natasha down on her back, opening her legs wide. Her pussy is soaking wet as well. There are wet streaks on her inner thighs where her juices have been running down her legs.'
 										'After a moment of teasing her with your fingers, you straddle her, pressing your pussies wetly together as you begin quickly grinding against her. Natasha grabs your breasts and starts moaning "Yes <<$pcs_nickname>>... Please... Pleaaaaaah."'
 										$orgasm_txt = 'The feeling of her body writhing underneath yours as she orgasms sends you over the top as well. You keep grinding for a few more seconds before you start bucking under the intensity of your own orgasm.'
@@ -726,7 +726,7 @@ if $ARGS[0] = 'natroom':
 			'"N-No, it''s ok. It''s not all that different from in the girl''s locker rooms right?"'
 			act 'Watch her get dressed':
 				*clr & cla
-				'<center><img src="images/characters/pavlovsk/school/girl/natasha/natdressing1.jpg"></center>'
+				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/natdressing1.jpg"></center>'
 				'Natasha grabs some clean clothes out of her closet, drops the towel and quickly gets dressed.'
 				gs 'arousal', 'voyeur', 5
 				gs 'arousal', 'end'
@@ -751,7 +751,7 @@ if $ARGS[0] = 'study_together':
 	intel_exp += rand(1, 2)
 	if NatbelQW['QWstage'] = 0: NatbelQW['QWstage'] = 1
 	gs 'stat'
-	'<center><img src="images/characters/pavlovsk/school/girl/natasha/study.jpg"></center>'
+	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/study.jpg"></center>'
 	'"Let''s do our homework." You tell Natasha as you start taking your things from your bag.'
 	'"Sure, let me grab an extra chair from the kitchen." She says as you sit down at her desk and open your textbook.'
 	'Moments later Natasha returns and places her chair next to yours before grabbing her own homework and sitting down next to you.'
@@ -772,7 +772,7 @@ if $ARGS[0] = 'make_her_do_homework':
 	if NatbelQW['homework'] = 3: NatbelQW['QWstage'] = 4
 	if NatbelQW['QWstage'] = 2: NatbelQW['QWstage'] = 3
 	gs 'stat'
-	'<center><img src="images/characters/pavlovsk/school/girl/natasha/study.jpg"></center>'
+	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/study.jpg"></center>'
 	if NatbelQW['QWstage'] = 3:
 		'"Well Natasha, since I won''t be seeing my money anytime soon I think it''s best for now if you repay me by doing my homework for me." You tell her in a threatening voice.'
 	elseif NatbelQW['QWstage'] = 4:
@@ -792,7 +792,7 @@ end
 if $ARGS[0] = 'hwundress':
 	*clr & cla
 	menu_off = 1
-	'<center><img src="images/characters/pavlovsk/school/girl/natasha/study.jpg"></center>'
+	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/study.jpg"></center>'
 	'When you see that Natasha is working hard on your homework, you get up from your seat and lie down on her bed to relax.'
 	gs 'willpower', 'exhib', 'force', 'easy'
 	if will_cost <= pcs_willpwr:
@@ -807,7 +807,7 @@ if $ARGS[0] = 'hwundress':
 				minut += 20
 				NatbelQW['underwear'] = 1
 				NatbelQW['nakedHW'] += 1
-				'<center><img src="images/characters/pavlovsk/school/girl/natasha/sex/nakedhomework1.jpg"></center>'
+				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/sex/nakedhomework1.jpg"></center>'
 				'"Fine, you can keep your bra and panties on, but the rest comes off." You say, clearly letting your disappointment show in your voice.'
 				gs 'arousal', 'voyeur', 10
 				gs 'arousal', 'end'
@@ -820,7 +820,7 @@ if $ARGS[0] = 'hwundress':
 					minut += 20
 					NatbelQW['nakedHW'] += 1
 					NatbelQW['underwear'] = 0
-					'<center><img src="images/characters/pavlovsk/school/girl/natasha/sex/nakedhomework2.jpg"></center>'
+					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/sex/nakedhomework2.jpg"></center>'
 					'"Then your mom will see you naked, this is what happens when you borrow money from people and can''t pay them back. You pay it back in other ways. Now do as you''re told and take off your clothes, all of your clothes."'
 					'Natasha looks as if she wants to object but then hangs her head and begins to remove her clothing. Once she''s completely naked, she shyly walks over to her desk and sits down as she starts in on your homework. Though after a while you think she''s actually enjoying it.'
 					gs 'arousal', 'voyeur', 10
@@ -846,10 +846,10 @@ if $ARGS[0] = 'undressedhw':
 		menu_off = 1
 		minut += 20
 		if NatbelQW['underwear'] = 1:
-			'<center><img src="images/characters/pavlovsk/school/girl/natasha/sex/nakedhomework1.jpg"></center>'
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/sex/nakedhomework1.jpg"></center>'
 			'While you wait for Natasha to finish your homework, you idly play with your breasts, occasionally looking over at her near naked body.'
 		else
-			'<center><img src="images/characters/pavlovsk/school/girl/natasha/sex/nakedhomework2.jpg"></center>'
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/sex/nakedhomework2.jpg"></center>'
 			'"It can''t be very comfortable for her, but I sure don''t mind the show." You think to yourself as you start to play with your pussy while you watch her work.'
 		end
 		'After a while, Natasha gets up saying: "It''s done <<$pcs_nickname>>, can I please get dressed now?"'
@@ -895,9 +895,9 @@ if $ARGS[0] = 'afterhomework':
 	*clr & cla
 	menu_off = 1
 	if NatbelQW['underwear'] = 1:
-		'<center><img src="images/characters/pavlovsk/school/girl/natasha/sex/nakedhomework1.jpg"></center>'
+		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/sex/nakedhomework1.jpg"></center>'
 	else
-		'<center><img src="images/characters/pavlovsk/school/girl/natasha/sex/nakedhomework2.jpg"></center>'
+		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/sex/nakedhomework2.jpg"></center>'
 	end
 	act 'Allow her to dress':
 		NatbelQW['underwear'] = 0
@@ -922,7 +922,7 @@ if $ARGS[0] = 'afterhomework':
 			act 'Make her wear the lingerie (<<will_cost>> Willpower)':
 				*clr & cla
 				gs 'willpower', 'pay', 'force'
-				'<center><img src="images/characters/pavlovsk/school/girl/natasha/seethrough00.jpg"></center>'
+				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/seethrough00.jpg"></center>'
 				NatbelQW['seethroughwearing'] = 1
 				if NatbelQW['seethroughworn'] = 0:
 					NatbelQW['seethroughworn'] += 1
@@ -1150,7 +1150,7 @@ if $ARGS[0] = 'chat':
 	minut += 5
 	gs 'stat'
 	'<center><h4><font color="maroon">Natasha''s Room</font></h4></center>'
-	'<center><img src="images/characters/pavlovsk/school/girl/natasha/bedtalk.jpg"></center>'
+	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/bedtalk.jpg"></center>'
 	'The two of you lay on her bed and talk about a variety of topics.'
 
 	act 'Stop talking': gt 'natbelapt','natroom'
@@ -1234,7 +1234,7 @@ if $ARGS[0] = 'chat':
 		*clr & cla
 		minut += 15
 		gs 'stat'
-		'<center><img src="images/characters/pavlovsk/school/girl/natasha/bedtalk.jpg"></center>'
+		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/bedtalk.jpg"></center>'
 		'You talk about the price of clothes and cosmetics for a while. Natasha seems to know a lot about the latest fashion, even though she can''t afford it.'
 		if NatbelQW['QWstage'] = 1 and NatbelQW['BestFriend'] >= 3 and NatbelQW['Debt'] = 0 and money >= 5000:
 			'Natasha looks down in embarrassment. "<<$pcs_nickname>>, you have lots of money. Could you lend me 5000 <b>₽</b>? I will pay it back, I give you my word."'
@@ -1249,7 +1249,7 @@ if $ARGS[0] = 'chat':
 				NatbelQW['DebtDay'] = daystart + 30
 				NatbelQW['BestFriend'] += 1
 				gs 'stat'
-				'<center><img src="images/characters/pavlovsk/school/girl/natasha/bedtalk.jpg"></center>'
+				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/bedtalk.jpg"></center>'
 				'You get your purse and give Natasha the money. Natasha is delighted and says that she will pay it back in a month.'
 
 				act 'Keep talking': gt 'natbelapt', 'chat'
@@ -1305,7 +1305,7 @@ if $ARGS[0] = 'chat':
 				NatbelQW['DebtDay'] = 0
 				NatbelQW['BestFriend'] += 10
 				gs 'stat'
-				'<center><img src="images/characters/pavlovsk/school/girl/natasha/bedtalk.jpg"></center>'
+				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/bedtalk.jpg"></center>'
 				'You decide to forgive Natasha''s debt. She is delighted and thanks you with all of her heart.'
 
 				act 'Keep talking': gt 'natbelapt', 'chat'
@@ -1317,7 +1317,7 @@ if $ARGS[0] = 'chat':
 					minut += 15
 					if NatbelQW['QWstage'] = 1: NatbelQW['QWstage'] = 2
 					gs 'stat'
-					'<center><img src="images/characters/pavlovsk/school/girl/natasha/bedtalk.jpg"></center>'
+					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/bedtalk.jpg"></center>'
 					'You decide not to reduce Natasha''s debt. You angrily confront her, demanding that she return the money to you, one way or another. Natasha curls up into a ball on her bed: "<<$pcs_nickname>>, I''m so sorry! I will do anything you say! Anything!"'
 					''
 					'Natasha looks at you with fearful eyes, and you''re getting some ideas as to how you could "use" her. She did say "anything," after all...'
@@ -1330,7 +1330,7 @@ if $ARGS[0] = 'chat':
 					*clr & cla
 					minut += 15
 					gs 'stat'
-					'<center><img src="images/characters/pavlovsk/school/girl/natasha/bedtalk.jpg"></center>'
+					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/bedtalk.jpg"></center>'
 					if NatbelQW['MoneyGivenTimes'] < 10:
 						'You decide not to reduce Natasha''s debt. You angrily confront her, demanding that she return the money to you, one way or another. Natasha curls up into a ball on her bed: "<<$pcs_nickname>>, I''m so sorry! I will do anything you say! Anything!"'
 						''
@@ -1363,7 +1363,7 @@ if $ARGS[0] = 'chat':
 		minut += 15
 		NatbelQW['BestFriend'] += 1
 		gs 'stat'
-		'<center><img src="images/characters/pavlovsk/school/girl/natasha/bedtalk.jpg"></center>'
+		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/bedtalk.jpg"></center>'
 		'You talk with Natasha about this and that, passing fifteen minutes with ease.'
 
 		if NatbelQW['BestFriend'] = 1:'Natasha knows that she lives in a very poor family. She has no father, and her mother works for a pittance at the garment factory. You feel sorry for her.'
@@ -1376,7 +1376,7 @@ if $ARGS[0] = 'chat':
 	act 'Ask about her mother':
 		*clr & cla
 		'<center><h4><font color="maroon">Natasha''s Room</font></h4></center>'
-		'<center><img src="images/characters/pavlovsk/school/girl/natasha/bedtalk.jpg"></center>'
+		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/bedtalk.jpg"></center>'
 		'You talk with Natasha about her mother. She tells you that her mother seems to be unhappy a lot of the time. She thinks it''s because of how dreary her job at the garment factory is.'
 
 		act 'Keep talking': gt 'natbelapt', 'chat'
@@ -1386,7 +1386,7 @@ if $ARGS[0] = 'chat':
 	act 'Ask about her father':
 		*clr & cla
 		'<center><h4><font color="maroon">Natasha''s Room</font></h4></center>'
-		'<center><img src="images/characters/pavlovsk/school/girl/natasha/bedtalk.jpg"></center>'
+		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/bedtalk.jpg"></center>'
 		'"What about your father? I''ve never seen him around." You nudge her gently. "Oh don''t get me started about that. I mean... Like... Well... It''s not like I really know what I''m missing. He left my mom and me just after I was born."'
 !!		act 'Tell her about your own father':
 !! This needs quest flags to be set elsewhere that check how far into the real father story Sveta is.
@@ -1408,7 +1408,7 @@ if $ARGS[0] = 'chat':
 		cla
 		*clr
 		'<center><h4><font color="maroon">Natasha''s Room</font></h4></center>'
-		'<center><img src="images/characters/pavlovsk/school/girl/natasha/bedtalk.jpg"></center>'
+		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/bedtalk.jpg"></center>'
 		'You bite your lip a moment, unsure if you should ask. It might seem rude, but you could really use a snack and drink. "Hey, Natasha you got anything to snack on or drink?"'
 		'She looks a bit surprised and then a bit abashed. "Yeah sorry, didn''t think about it. Feel free to just grab something if you want in the future but for now, follow me."'
 		act 'Follow her':gt 'natbelapt', 'snack'
@@ -1689,7 +1689,7 @@ if $ARGS[0] = 'kitchen':
 
 	!! Kitchen events
 	if rand(0,4) = 0 and NatbelQW['seethroughwearing'] = 1 and NatbelQW['seethroughkitchen'] = 0:
-		'<center><img src="images/characters/pavlovsk/school/girl/natasha/seethroughkitchen01.jpg"></center>'
+		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/seethroughkitchen01.jpg"></center>'
 		NatbelQW['seethroughkitchen'] = 1
 		'As you walk into the kitchen, you see Natasha pouring herself a glass of milk.'
 		'When she notices you standing there her face starts turning red immediately.'

+ 1 - 0
locations/preSYS.qsrc

@@ -1469,6 +1469,7 @@ if $ARGS[0] = 'goth':
 		if player_avatar = 0:
 		    pcs_hairlng = 265
             pcs_haircol = 0
+			pcs_eyesize = 3
 			pcs_eyecol = 1
 			pcs_lashes = 1
         end