Browse Source

Master Changes Applied

Stephan Fuchs 1 year ago
parent
commit
5522ba2d04

+ 86 - 0
sugarcube/src/autogenerated/beverage/beverage.tw

@@ -558,3 +558,89 @@
 	Added to your order
 	<<gt 'food_menu'>>
 <</if>>
+<<if $location_var[$here][0] == 'only_cost_kva'>>
+	<<set $pc.frost = 1>>
+	<<set $pc.fat += 2>>
+	<<set $finances.cash -= val($_drink[$location_var[$here][1] + ',price'])>>
+	<<set $pc.pcs_health += 5>>
+	<<set $pc.pcs_mood += 15>>
+	<<if getvar("$pc.pcs_hydra") >= 100>>
+		<<set $pc.pcs_hydra += 30>>
+	<<else>>
+		<<set $pc.pcs_hydra += 60>>
+	<</if>>
+	<<set $cumspclnt = 2>>
+	<<gs 'cum_cleanup'>>
+	<<set $pc.pcs_breath = 0>>
+	<<gs 'beverage' 'afterdrink'>>
+	<<gs 'stat'>>
+	<<set $_drink = 0>>
+	Added to your order
+	<<gt 'food_menu'>>
+<</if>>
+<<if $location_var[$here][0] == 'only_cost_jui'>>
+	<<set $pc.frost = 1>>
+	<<if getvar("$pc.alko") > 0>>
+		<<setn $pc.alko -= 1>>
+
+	<</if>>
+	<<set $pc.fat += 3>>
+	<<set $finances.cash -= val($_drink[$location_var[$here][1] + ',price'])>>
+	<<set $pc.pcs_health += 8>>
+	<<set $pc.pcs_mood += 10>>
+	<<if getvar("$pc.pcs_hydra") >= 100>>
+		<<set $pc.pcs_hydra += 40>>
+	<<else>>
+		<<set $pc.pcs_hydra += 80>>
+	<</if>>
+	<<set $cumspclnt = 2>>
+	<<gs 'cum_cleanup'>>
+	<<set $pc.pcs_breath = 0>>
+	<<gs 'beverage' 'afterdrink'>>
+	<<gs 'stat'>>
+	<<set $_drink = 0>>
+	Added to your order
+	<<gt 'food_menu'>>
+<</if>>
+<<if $location_var[$here][0] == 'only_cost_mil'>>
+	<<set $pc.frost = 1>>
+	<<set $pc.fat += 6>>
+	<<set $finances.cash -= val($_drink[$location_var[$here][1] + ',price'])>>
+	<<set $pc.pcs_health += 5>>
+	<<set $pc.pcs_mood += 20>>
+	<<set $pc.pcs_energy += 5>>
+	<<if getvar("$pc.pcs_hydra") >= 100>>
+		<<set $pc.pcs_hydra += 50>>
+	<<else>>
+		<<set $pc.pcs_hydra += 100>>
+	<</if>>
+	<<set $cumspclnt = 2>>
+	<<gs 'cum_cleanup'>>
+	<<set $pc.pcs_breath = 0>>
+	<<gs 'beverage' 'afterdrink'>>
+	<<gs 'stat'>>
+	<<set $_drink = 0>>
+	Added to your order
+	<<gt 'food_menu'>>
+<</if>>
+<<if $location_var[$here][0] == 'only_cost_wat'>>
+	<<set $pc.frost = 1>>
+	<<if getvar("$pc.alko") > 0>>
+		<<setn $pc.alko -= 1>>
+
+	<</if>>
+	<<set $finances.cash -= val($_drink[$location_var[$here][1] + ',price'])>>
+	<<set $pc.pcs_health += 10>>
+	<<if getvar("$pc.pcs_hydra") >= 100>>
+		<<set $pc.pcs_hydra += 25>>
+	<<else>>
+		<<set $pc.pcs_hydra += 50>>
+	<</if>>
+	<<set $cumspclnt = 2>>
+	<<gs 'cum_cleanup'>>
+	<<gs 'beverage' 'afterdrink'>>
+	<<gs 'stat'>>
+	<<set $_drink = 0>>
+	Added to your order
+	<<gt 'food_menu'>>
+<</if>>

+ 41 - 0
sugarcube/src/autogenerated/beverage/compiled/beveragecompiled.js

@@ -213,3 +213,44 @@ setup.beverages['only_cost_esp'] = {
 	breath: 0,
 	$_drink: 0,
 }
+setup.beverages['only_cost_kva'] = {
+	frost: 1,
+	fat_inc: 2,
+	cash_dec: 0,
+	health_inc: 5,
+	mood_inc: 15,
+	cumclean: 2,
+	breath: 0,
+	$_drink: 0,
+	hydra_inc: 60,
+}
+setup.beverages['only_cost_jui'] = {
+	frost: 1,
+	fat_inc: 3,
+	cash_dec: 0,
+	health_inc: 8,
+	mood_inc: 10,
+	cumclean: 2,
+	breath: 0,
+	$_drink: 0,
+	hydra_inc: 80,
+}
+setup.beverages['only_cost_mil'] = {
+	frost: 1,
+	fat_inc: 6,
+	cash_dec: 0,
+	health_inc: 5,
+	mood_inc: 20,
+	energy_inc: 5,
+	cumclean: 2,
+	breath: 0,
+	$_drink: 0,
+	hydra_inc: 100,
+}
+setup.beverages['only_cost_wat'] = {
+	frost: 1,
+	cash_dec: 0,
+	health_inc: 10,
+	cumclean: 2,
+	$_drink: 0,
+}

+ 65 - 0
sugarcube/src/autogenerated/beverage/compiled/foodcompiled.js

@@ -495,4 +495,69 @@ setup.beverages['only_stats_healthy_meal'] = {
 	energy_inc: 50,
 	cumclean: 2,
 	breath: 0,
+	hydra_inc: 50,
+}
+setup.beverages['only_cost_pirosh'] = {
+	frost: 0,
+	cash_dec: 0,
+	health_inc: $pc.pcs_health / 10,
+	mood_inc: 5,
+	fat_inc: 4,
+	energy_inc: 40,
+	cumclean: 2,
+	breath: 0,
+	$_eat: 0,
+	$uni_lunch_bought: 1,
+	hydra_dec: 10,
+}
+setup.beverages['only_cost_golub'] = {
+	frost: 0,
+	cash_dec: 0,
+	health_inc: 10,
+	mood_inc: 5,
+	fat_inc: 8,
+	energy_inc: 60,
+	cumclean: 2,
+	breath: 0,
+	$_eat: 0,
+	$uni_lunch_bought: 1,
+	hydra_inc: 20,
+}
+setup.beverages['only_cost_pozhar'] = {
+	frost: 0,
+	cash_dec: 0,
+	health_inc: 15,
+	mood_inc: 10,
+	fat_inc: 6,
+	energy_inc: 70,
+	cumclean: 2,
+	breath: 0,
+	$_eat: 0,
+	$uni_lunch_bought: 1,
+	hydra_dec: 10,
+}
+setup.beverages['only_cost_reuben'] = {
+	frost: 0,
+	cash_dec: 0,
+	health_inc: 20,
+	mood_inc: 25,
+	fat_inc: 12,
+	energy_inc: 110,
+	cumclean: 2,
+	breath: 0,
+	$_eat: 0,
+	$uni_lunch_bought: 1,
+	hydra_dec: 10,
+}
+setup.beverages['only_cost_bliny'] = {
+	frost: 0,
+	cash_dec: 0,
+	health_inc: 10,
+	mood_inc: 5,
+	fat_inc: 8,
+	energy_inc: 50,
+	cumclean: 2,
+	breath: 0,
+	$_eat: 0,
+	$uni_lunch_bought: 1,
 }

+ 120 - 0
sugarcube/src/autogenerated/beverage/food.tw

@@ -1053,3 +1053,123 @@
 	<<gs 'cum_cleanup'>>
 	<<set $pc.pcs_breath = 0>>
 <</if>>
+<<if $location_var[$here][0] == 'only_cost_pirosh'>>
+	<<set $pc.frost = 0>>
+	<<set $finances.cash -= val($_eat[$location_var[$here][1] + ',price'])>>
+	<<set $pc.pcs_health += $pc.pcs_health / 10>>
+	<<set $pc.pcs_mood += 5>>
+	<<set $pc.fat += 4>>
+	<<set $pc.pcs_energy += 40>>
+	<<if getvar("$pc.pcs_hydra") >= 100>>
+		<<set $pc.pcs_hydra -= 5>>
+	<<else>>
+		<<set $pc.pcs_hydra -= 10>>
+	<</if>>
+	<<set $cumspclnt = 2>>
+	<<gs 'cum_cleanup'>>
+	<<set $pc.pcs_breath = 0>>
+	<<gs 'food' 'aftermeal'>>
+	<<set $_eat = 0>>
+	<<if $loc == 'uni_cafe'>>
+		<<set $uni_lunch_bought = 1>>
+
+	<</if>>
+	Added to your order
+	<<gt 'food_menu'>>
+<</if>>
+<<if $location_var[$here][0] == 'only_cost_golub'>>
+	<<set $pc.frost = 0>>
+	<<set $finances.cash -= val($_eat[$location_var[$here][1] + ',price'])>>
+	<<set $pc.pcs_health += 10>>
+	<<set $pc.pcs_mood += 5>>
+	<<set $pc.fat += 8>>
+	<<set $pc.pcs_energy += 60>>
+	<<if getvar("$pc.pcs_hydra") >= 100>>
+		<<set $pc.pcs_hydra += 10>>
+	<<else>>
+		<<set $pc.pcs_hydra += 20>>
+	<</if>>
+	<<set $cumspclnt = 2>>
+	<<gs 'cum_cleanup'>>
+	<<set $pc.pcs_breath = 0>>
+	<<gs 'food' 'aftermeal'>>
+	<<set $_eat = 0>>
+	<<if $loc == 'uni_cafe'>>
+		<<set $uni_lunch_bought = 1>>
+
+	<</if>>
+	Added to your order
+	<<gt 'food_menu'>>
+<</if>>
+<<if $location_var[$here][0] == 'only_cost_pozhar'>>
+	<<set $pc.frost = 0>>
+	<<set $finances.cash -= val($_eat[$location_var[$here][1] + ',price'])>>
+	<<set $pc.pcs_health += 15>>
+	<<set $pc.pcs_mood += 10>>
+	<<set $pc.fat += 6>>
+	<<set $pc.pcs_energy += 70>>
+	<<if getvar("$pc.pcs_hydra") >= 100>>
+		<<set $pc.pcs_hydra -= 5>>
+	<<else>>
+		<<set $pc.pcs_hydra -= 10>>
+	<</if>>
+	<<set $cumspclnt = 2>>
+	<<gs 'cum_cleanup'>>
+	<<set $pc.pcs_breath = 0>>
+	<<gs 'food' 'aftermeal'>>
+	<<set $_eat = 0>>
+	<<if $loc == 'uni_cafe'>>
+		<<set $uni_lunch_bought = 1>>
+
+	<</if>>
+	Added to your order
+	<<gt 'food_menu'>>
+<</if>>
+<<if $location_var[$here][0] == 'only_cost_reuben'>>
+	<<set $pc.frost = 0>>
+	<<set $finances.cash -= val($_eat[$location_var[$here][1] + ',price'])>>
+	<<set $pc.pcs_health += 20>>
+	<<set $pc.pcs_mood += 25>>
+	<<set $pc.fat += 12>>
+	<<set $pc.pcs_energy += 110>>
+	<<if getvar("$pc.pcs_hydra") >= 100>>
+		<<set $pc.pcs_hydra -= 5>>
+	<<else>>
+		<<set $pc.pcs_hydra -= 10>>
+	<</if>>
+	<<set $cumspclnt = 2>>
+	<<gs 'cum_cleanup'>>
+	<<set $pc.pcs_breath = 0>>
+	<<gs 'food' 'aftermeal'>>
+	<<set $_eat = 0>>
+	<<if $loc == 'uni_cafe'>>
+		<<set $uni_lunch_bought = 1>>
+
+	<</if>>
+	Added to your order
+	<<gt 'food_menu'>>
+<</if>>
+<<if $location_var[$here][0] == 'only_cost_bliny'>>
+	<<set $pc.frost = 0>>
+	<<set $finances.cash -= val($_eat[$location_var[$here][1] + ',price'])>>
+	<<set $pc.pcs_health += 10>>
+	<<set $pc.pcs_mood += 5>>
+	<<set $pc.fat += 8>>
+	<<set $pc.pcs_energy += 50>>
+	<<if getvar("$pc.pcs_hydra") >= 100>>
+		<<set $pc.pcs_hydra -= 5>>
+	<<else>>
+		<<set $pc.pcs_hydra -= 10>>
+	<</if>>
+	<<set $cumspclnt = 2>>
+	<<gs 'cum_cleanup'>>
+	<<set $pc.pcs_breath = 0>>
+	<<gs 'food' 'aftermeal'>>
+	<<set $_eat = 0>>
+	<<if $loc == 'uni_cafe'>>
+		<<set $uni_lunch_bought = 1>>
+
+	<</if>>
+	Added to your order
+	<<gt 'food_menu'>>
+<</if>>

+ 4 - 4
sugarcube/src/autogenerated/home_parents/kuhrPar.tw

@@ -141,7 +141,7 @@
 				<<if getvar("$fame['pav_slut']") > 150 and getvar("$motherKnowSpravka") == 0>>
 					<p>You're about to respond when your mother interrupts you. "Of course not! She's still too young to be thinking about boys!"</p>
 					Kolka then chimes in. "Like any boy would date her when she sucks them all off anyways."
-					<p>You mother turns towards Kolka. "That's not funny! Apologize to your sister right now! Right now!"</p>
+					<p>Your mother turns towards Kolka. "That's not funny! Apologize to your sister right now! Right now!"</p>
 					<<if getvar("$locat['Anya']") == 12>>
 						Anya smirks as Kolka freezes in place and decides he doesn''t want to be the one to tell her about your reputation and just apologizes to you.
 					<<else>>
@@ -151,7 +151,7 @@
 				<<elseif getvar("$fame['pav_slut']") > 150>>
 					You're about to respond when your mother interrupts you. "She's too young to worry about that and... we talked about it." She gives you a meaningful glance and you shut your mouth.
 					Kolka then chimes in. "Like any boy would date her when she sucks them all off anyways."
-					<p>You mother turns towards Kolka. "That's not funny!" She then glances at you. "She might have made some mistakes, but she's trying to be a better girl now. Now apologize to your sister right now!"</p>
+					<p>Your mother turns towards Kolka. "That's not funny!" She then glances at you. "She might have made some mistakes, but she's trying to be a better girl now. Now apologize to your sister right now!"</p>
 					<<if getvar("$locat['Anya']") == 12>>
 						Anya just smirks as Kolka freezes in place and then apologizes to you.
 					<<else>>
@@ -161,8 +161,8 @@
 				<<else>>
 					<p>You're about to respond when your mother interrupts you. "Of course not! She's still too young to be thinking about boys!"</p>
 					Your stepfather sighs. "She's old enough to start dating, dear."
-					You mother gives him a hard stare. "No, she isn''t. She needs to focus on school and then university before she can start thinking about boys."
-					You stepfather decides to drop it and start talking about some of the stuff that happened at his work. All and all, you have a fairly enjoyable dinner.
+					Your mother gives him a hard stare. "No, she isn''t. She needs to focus on school and then university before she can start thinking about boys."
+					Your stepfather decides to drop it and start talking about some of the stuff that happened at his work. All and all, you have a fairly enjoyable dinner.
 				<</if>>
 				<<act 'Get up from the table'>>
 					<<gt $loc $loc_arg>>

+ 1 - 1
sugarcube/src/autogenerated/unsorted/FedorMisc.tw

@@ -819,7 +819,7 @@
 				<<set $time.minutes += 5>>
 				<<set $FedorOutcast = 1>>
 				<<set $fedormasha = 0>>
-				<<run $npcs.set(5,'notes','Ever since Fedor gave Vasily a blowjob in the school courtyard, everyone calls him Masha but to you, he will always be Fedor.')>>
+				<<run $npcs.set('A5','notes','Ever since Fedor gave Vasily a blowjob in the school courtyard, everyone calls him Masha but to you, he will always be Fedor.')>>
 				<<gs 'stat'>>
 				<center><b><h4><font color="blue"><<"Fyodor [$Fedor] Kozlov">></font></h4></b></center>
 				<<image "characters/pavlovsk/school/boy/fedor/fedormisc/Outcast/outcast2.jpg">>

+ 1 - 1
sugarcube/src/autogenerated/unsorted/NikoEv.tw

@@ -528,7 +528,7 @@
 	<<else>>
 		<center><<image `'images/characters/pavlovsk/school/boy/niko/nikoev/avatars/<<week>>.jpg'`>></center>
 	<</if>>
-	<<$npcs.get(''189'','notes')>>
+	<<$npcs.get(''A189'','notes')>>
 	<!-- FAILED TO CONVERT
 		if npc_grupTipe['A189'] = 600:'Niko should not be available at this stage. If you are seeing this in game then please report this on the <font color=#FF00FF>Bug reports</font> thread or to <font color=#E400FF>Violet Kitten</font> on <font color="blue">Discord</font>.'
 	-----

+ 9 - 5
sugarcube/src/autogenerated/unsorted/city_coffee_hole.tw

@@ -28,6 +28,7 @@
 	<<set $menu_arg = 'inner'>>
 	<<set $menu_off = 0>>
 	<<gs 'katja_meynold_schedule'>>
+	<!-- !!gs 'albina_uni_schedule'-->
 	<<gs 'stat'>>
 	<h2>Cafe "Coffee Hole"</h2>
 	<<image "locations/city/island/coffee_hole/inside.jpg">>
@@ -38,8 +39,11 @@
 	<<if getvar("$locat['katja']") == 30 and (katjaQW['know_going_to_teaching_degree'] == 1 or mid($start_type,1,2) == 'sg')>>
 		You see your classmate <<link "Katja">><<gt 'katja_chat' 'coffee_hole'>><</link>> sitting at a table with a pile of books, a cup of coffee and a plate of food.
 	<</if>>
+	<!-- !!if locat['albina'] = 17 and AlbinaQW['know_albina_uni'] > 0 or mid($start_type,1,2) = 'sg'):-->
+	<!-- !!'You see <<link "Albina">><<gt 'albina_uni' 'coffee_hole'>><</link>> sitting at a table with a woman who has her back turned to you.'-->
+	<!-- !!end-->
 	<<if mid($start_type,1,2) == 'sg' and getvar("$yearstart") >= 2 and getvar("$day") == 2 and getvar("$nerd_game['fixed_uni_day']") == 0 and getvar("$hour") >= 18>>
-		You see some familiar faces in the corner of the coffee shop. It is most of the <<link "nerds.">><<gt 'nerd_game_night' 'crash_gamenight_uni'>><</link>> you went to school with back in Pavlovsk around a table. It looks like they are playing some sort of game.
+		You see some familiar faces sitting in one of the corners. Some of the <<link "nerds">><<gt 'nerd_game_night' 'crash_gamenight_uni'>><</link>> you went to school with back in Pavlovsk are gathered around a table. It looks like they're playing some sort of game.
 	<</if>>
 	<<if $nerd_game['game_day'] == $time.daystart and getvar("$hour") == 18>>
 		<<act '<b>Join nerds</b>'>>
@@ -108,7 +112,7 @@
 		<<set $time.minutes += 10>>
 		<<set $mood += 5>>
 		<<gs 'stat'>>
-		You take your order and find an empty table. You quietly enjoy your order as you look around at the other people.	You feel your mood brighten as you enjoy the ambience of the place.
+		You take your order from the counter and find an empty table. You quietly enjoy the ambience of the place and feel your mood brightening as you look around.
 	<<else>>
 		<<gs 'stat'>>
 		You're sitting at a table in the cafe. It's nice here.
@@ -130,7 +134,7 @@
 	<<set $mood += 2>>
 	<<gs 'stat'>>
 	<<image "locations/shared/date/cafequiet.jpg">>
-	You're sitting at a table in the coffee shop. You could use your laptop if you wanted, but should buy something more to eat or drink first.
+	You're sitting at a table in the coffee shop. You could use your laptop if you wanted, but should buy something to eat or drink first.
 	<<act 'Get up from table'>>
 		<<gt 'city_coffee_hole' 'inner'>>
 	<</act>>
@@ -331,7 +335,7 @@
 											<<set $time.minutes += 5>>
 											<<gs 'stat'>>
 											<<image "characters/shared/headshots_main/big144.jpg">>
-											<p>You nod at her. "Sure thing, I should get going anyways. Thanks again. I'll see you around campus, hopefully. If not, I'll stop by sometime, and we can hang out." As she escorts you to the door, you ask; "Which room do you have over at the dorms?"</p>
+											<p>You nod at her. "Sure thing, I should get going anyway. Thanks again. I'll see you around campus, hopefully. If not, I'll stop by sometime, and we can hang out." As she escorts you to the door, you ask; "Which room do you have over at the dorms?"</p>
 											She stops at the door without unlocking it. "I'm not. I was going to, but the boys wanted to get a place in the city, so we rented an apartment close to campus. Costs me less as I only have to pay a quarter of the bills than the dorm was going to cost. Living with three boys is a nightmare though, so I only regret it constantly," she says with a laugh.
 											"You should stop by sometime," she says and tells you where to find the place.
 											You write it down on your phone. "Thanks, I will. See you later." With that, she unlocks the door, and you head out while she relocks the door behind you and sets about cleaning up for the night.
@@ -506,7 +510,7 @@
 			<<run $npcs.set('A84','rel',45)>>
 			<<image "characters/shared/headshots_main/big84.jpg">>
 			<<if mid($start_type,1,2) == 'sg' and getvar("$SchoolAtestat") == 0>>
-				<p>You start talking with her. You tell her that you live in Pavlovsk and are in your final year of school. She replies by saying she's a student from the Republic of Congo and attends the local university on a student visa. You talk about a wide range of subjects for a while before she eventually says, "You're beautiful. I love making pretty little Russian bitches my slaves. Call me Mistress Kendra, $pc.name_nick, and become mine." Should you call her mistress? You have no doubt where that will lead.</p>
+				<p>You start talking with her. You tell her that you live in Pavlovsk and are in your final year of school. She replies by saying she's a student from the Republic of Congo who attends the local university on a student visa. You talk about a wide range of subjects for a while before she eventually says, "You're beautiful. I love making pretty little Russian bitches my slaves. Call me Mistress Kendra, $pc.name_nick, and become mine." Should you call her mistress? You have no doubt where that will lead.</p>
 			<<else>>
 				<p>You start talking with her. You tell her a bit about yourself, and she replies by saying that she's a student from the Republic of Congo attending the local university on a student visa. You talk about a wide range of subjects for a while before she eventually says, "You're beautiful. I love making pretty little Russian bitches my slaves. Call me Mistress Kendra, $pc.name_nick, and become mine." Should you call her mistress? You have no doubt where that will lead.</p>
 			<</if>>

+ 11 - 11
sugarcube/src/autogenerated/unsorted/food_menu.tw

@@ -415,37 +415,37 @@
 	<h2>University cafe</h2>
 	<center><img <<$set_imgh>> src="images/shared/drinks/cafedrinks.jpg"</center><br>
 	<<set $_eat['0,name'] = 'Vegetarian Piroshki'>>
-	<<set $_eat['0,type'] = 'pirosh'>>
+	<<set $_eat['0,type'] = 'only_cost_pirosh'>>
 	<<set $_eat['0,price'] = 100>>
 	<<set $_eat['1,name'] = 'Herring Blini'>>
-	<<set $_eat['1,type'] = 'bliny'>>
+	<<set $_eat['1,type'] = 'only_cost_bliny'>>
 	<<set $_eat['1,price'] = 190>>
 	<<set $_eat['2,name'] = 'Golubtsy'>>
-	<<set $_eat['2,type'] = 'golub'>>
+	<<set $_eat['2,type'] = 'only_cost_golub'>>
 	<<set $_eat['2,price'] = 210>>
 	<<set $_eat['3,name'] = 'Pozharsky Cutlets'>>
-	<<set $_eat['3,type'] = 'pozhar'>>
+	<<set $_eat['3,type'] = 'only_cost_pozhar'>>
 	<<set $_eat['3,price'] = 290>>
 	<<set $_eat['4,name'] = 'Rueben Sandwich'>>
-	<<set $_eat['4,type'] = 'reuben'>>
+	<<set $_eat['4,type'] = 'only_cost_reuben'>>
 	<<set $_eat['4,price'] = 340>>
 	<<set $_drink['0,name'] = 'Water'>>
-	<<set $_drink['0,type'] = 'bev_wat'>>
+	<<set $_drink['0,type'] = 'only_cost_wat'>>
 	<<set $_drink['0,price'] = 'Free'>>
 	<<set $_drink['1,name'] = 'Kvass'>>
-	<<set $_drink['1,type'] = 'bev_kva'>>
+	<<set $_drink['1,type'] = 'only_cost_kva'>>
 	<<set $_drink['1,price'] = 60>>
 	<<set $_drink['2,name'] = 'Juice'>>
-	<<set $_drink['2,type'] = 'bev_jui'>>
+	<<set $_drink['2,type'] = 'only_cost_jui'>>
 	<<set $_drink['2,price'] = 80>>
 	<<set $_drink['3,name'] = 'Spiced Tea'>>
-	<<set $_drink['3,type'] = 'bev_tea'>>
+	<<set $_drink['0,type'] = 'only_cost_tea'>>
 	<<set $_drink['3,price'] = 120>>
 	<<set $_drink['4,name'] = 'Black Coffee'>>
-	<<set $_drink['4,type'] = 'bev_cof'>>
+	<<set $_drink['2,type'] = 'only_cost_bco'>>
 	<<set $_drink['4,price'] = 130>>
 	<<set $_drink['5,name'] = 'Milkshake'>>
-	<<set $_drink['5,type'] = 'bev_mil'>>
+	<<set $_drink['5,type'] = 'only_cost_mil'>>
 	<<set $_drink['5,price'] = 200>>
 <<elseif $loc == 'city_coffee_hole'>>
 	<<set $loc_arg = 'eat'>>

+ 1 - 0
sugarcube/src/autogenerated/unsorted/katja_chat.tw

@@ -86,6 +86,7 @@
 <</if>>
 <<if $location_var[$here][0] == 'uni_cafe'>>
 	<<set $menu_off = 1>>
+	<<set $time.minutes += 15>>
 	<<gs 'npc_relationship' 'modify' 'A14' 'like' 1 'chat'>>
 	<<image "characters/shared/headshots_main/big14.jpg">>
 	Katja looks up from her lunch as you try to sit down opposite her.

+ 38 - 38
sugarcube/src/autogenerated/unsorted/nerd_game_night.tw

@@ -267,7 +267,7 @@
 				Feofan tries his best to be a good game leader, but sometimes even he can't keep his head cool and gets carried away as he passionately discusses the game world.
 				The time quickly flies by before Feofan interrupts and stops the game as it's getting late and he has to get home.
 				You hear a disappointing sigh go through the room as everybody stops and closes their handbooks. The group is still buzzing and you chat for some time about the twists and turns during one of the encounters.
-				<p>As you're about to leave, Feofan speaks up. "Don't worry, we'll continue this story event next time." He then turns to you. "It was fun having you around, $pc.name_nick. I hope you had fun and will join us again next time." The group then gather up their books and walk out of the library. Julia and Zinaida leave together, as do Artem and Petka. Gerasim and Feofan each leave on their own.</p>
+				<p>As you're about to leave, Feofan speaks up. "Don't worry, we'll continue this story event next time." He then turns to you. "It was fun having you around, $pc.name_nick. I hope you had fun and will join us again next time." The group then gather up their books and head out. Julia and Zinaida leave together, as do Artem and Petka. Gerasim and Feofan each leave on their own.</p>
 				<<act 'Leave'>>
 					<<gt 'pav_commcenter' 'lobby'>>
 				<</act>>
@@ -403,7 +403,7 @@
 				<p>The others start laughing. "Sure you did," they wink. "I didn't know you were such a perv, Petka!"</p>
 				<p>The tension rises before easing up as the others tease Petka about his unfortunate choice of words. You tell him you're fine and to return to camp before you finish bathing, get dressed and head back yourself. After you do, the rest of the group follow your lead and one by one, their characters all go and bathe as well, apparently enjoying the more immersive role-playing you're doing.</p>
 				As the party beds down for the night, you and the others keep teasing Petka throughout the rest of the game as it nears the end.
-				<p>"We're out of time," Feofan announces and you and the rest of the group let out a sigh. "Don't worry, there are lots of adventures left to explore. We'll pick it up next time. Hopefully Petka will get to see $pc.name_nick naked again..." he says with a wink, which gets everyone laughing again as Petka blushes once more. The group then gather up their books and walk out of the library. Julia and Zinaida leave together, as do Artem and Petka. Gerasim and Feofan each leave on their own.</p>
+				<p>"We're out of time," Feofan announces and you and the rest of the group let out a sigh. "Don't worry, there are lots of adventures left to explore. We'll pick it up next time. Hopefully Petka will get to see $pc.name_nick naked again..." he says with a wink, which gets everyone laughing again as Petka blushes once more. The group then gather up their books and head out. Julia and Zinaida leave together, as do Artem and Petka. Gerasim and Feofan each leave on their own.</p>
 				<<act 'Leave'>>
 					<<gt 'pav_commcenter' 'lobby'>>
 				<</act>>
@@ -463,7 +463,7 @@
 								<<if $loc == 'city_coffee_hole'>>
 									<p>The whole group meets up and starts showing off what they got. "We didn't manage to buy anything either. No one wanted to accept our gold!" Julia exhales.</p>
 									<p>"Yeah, we'll have to save the gold for another time. We'll surely come across someone that will accept it!" Artem exclaims while throwing an eye towards Feofan.</p>
-									"We sold the trinkets to the local trader and managed to buy enough supplies for a couple of weeks, so we can always go find another adventure," Gerasim adds.
+									"We sold the trinkets to the local trader and managed to buy enough supplies to last us a few weeks, so we can always go find another adventure," Gerasim adds.
 									Petka jumps in excitedly. "I found the brothel, if that''s any consolation."
 									<p>"Isn't your character a girl?" Artem replies.</p>
 									<p>Petka blushes. "Yeah? So?"</p>
@@ -477,7 +477,7 @@
 										Before it can go further, Anushka clears her throat and just pointedly looks at the clock. When she returns and gives everyone their order, she leans over to Gerasim. "You should just seduce Princess Buttercup and give her what she needs tonight." Gersim just smiles as Anushka walks away.
 										<<act 'Back to the game'>>
 											<<image "locations/pavlovsk/community/library/events/nerd_game/gamenight.jpg">>
-											<p>Once Anushka is gone, you all get back into the game. Everyone starts laughing, disregarding that you haven't really achieved any of your goals. As your party sits at the local tavern, drinking and eating, they all engage in some role-playing banter. Shortly after that, the game night is over and you all help Feofan pack everything up before everyone gathers up their books and walks out of the shop. Julia and Zinaida leave together, as do Artem and Petka. Gerasim and Feofan each leave on their own.</p>
+											<p>Once Anushka is gone, you all get back into the game. Everyone starts laughing, disregarding that you haven't really achieved any of your goals. As your party sits at the local tavern, drinking and eating, they all engage in some role-playing banter. Shortly after that, the game night is over and you all help Feofan pack everything up before everyone gathers up their books and heads out. Julia and Zinaida leave together, as do Artem and Petka. Gerasim and Feofan each leave on their own.</p>
 											<<act 'Leave'>>
 												<<gt 'city_coffee_hole' 'inner'>>
 											<</act>>
@@ -489,12 +489,12 @@
 								<<else>>
 									<p>The whole group meets up and starts showing off what they got. "We didn't manage to buy anything either. No one wanted to accept our gold!" Julia exhales.</p>
 									<p>"Yeah, we'll have to save the gold for another time. We'll surely come across someone that will accept it!" Artem exclaims while throwing an eye towards Feofan.</p>
-									"We sold the trinkets to the local trader and managed to buy enough supplies for a couple of weeks, so we can always go find another adventure," Gerasim adds.
+									"We sold the trinkets to the local trader and managed to buy enough supplies to last us a few weeks, so we can always go find another adventure," Gerasim adds.
 									Petka jumps in excitedly. "I found the brothel, if that''s any consolation."
 									<p>"Isn't your character a girl?" Artem replies.</p>
 									<p>Petka blushes. "Yeah? So?"</p>
 									<p>Artem laughs. "Why would she need a brothel?"</p>
-									<p>Everyone starts laughing, disregarding that you haven't really achieved any of your goals. As your party sits at the local tavern, drinking and eating, they all engage in some role-playing banter. Shortly after that, the game night is over and you all help Feofan pack everything up before everyone gathers up their books and walks out of the library. Julia and Zinaida leave together, as do Artem and Petka. Gerasim and Feofan each leave on their own.</p>
+									<p>Everyone starts laughing, disregarding that you haven't really achieved any of your goals. As your party sits at the local tavern, drinking and eating, they all engage in some role-playing banter. Shortly after that, the game night is over and you all help Feofan pack everything up before everyone gathers up their books and head out. Julia and Zinaida leave together, as do Artem and Petka. Gerasim and Feofan each leave on their own.</p>
 									<<act 'Leave'>>
 										<<gt 'pav_commcenter' 'lobby'>>
 									<</act>>
@@ -519,7 +519,7 @@
 								<<if $loc == 'city_coffee_hole'>>
 									You meet up with a cheerful Julia and Zinaida. "Who knew that our usually quiet Zinaida was quite the sweet talker. She managed to get us some potions."
 									<p>"And we got new weapons!" Artem chimes in.</p>
-									"We sold the trinkets to the local trader and managed to buy enough supplies for a couple of weeks, so we can go on our next adventure," Gerasim adds.
+									"We sold the trinkets to the local trader and managed to buy enough supplies to last us a few weeks, so we can go on our next adventure," Gerasim adds.
 									<p>Petka jumps in excitedly. "To top it off, I found the brothel!"</p>
 									<p>"Isn't your character a girl?" Artem replies.</p>
 									<p>Petka blushes. "Yeah? So?"</p>
@@ -533,7 +533,7 @@
 										Before it can go further, Anushka clears her throat and just pointedly looks at the clock. When she returns and gives everyone their order, she leans over to Gerasim. "You should just seduce Princess Buttercup and give her what she needs tonight." Gersim just smiles as Anushka walks away.
 										<<act 'Back to the game'>>
 											<<image "locations/pavlovsk/community/library/events/nerd_game/gamenight.jpg">>
-											<p>Once Anushka is gone, you all get back into the game. Everyone starts laughing, disregarding that you haven't really achieved any of your goals. As your party sits at the local tavern, drinking and eating, they all engage in some role-playing banter. Shortly after that, the game night is over and you all help Feofan pack everything up before everyone gathers up their books and walks out of the shop. Julia and Zinaida leave together, as do Artem and Petka. Gerasim and Feofan each leave on their own.</p>
+											<p>Once Anushka is gone, you all get back into the game. Everyone starts laughing, disregarding that you haven't really achieved any of your goals. As your party sits at the local tavern, drinking and eating, they all engage in some role-playing banter. Shortly after that, the game night is over and you all help Feofan pack everything up before everyone gathers up their books and heads out. Julia and Zinaida leave together, as do Artem and Petka. Gerasim and Feofan each leave on their own.</p>
 											<<act 'Leave'>>
 												<<gt 'city_coffee_hole' 'inner'>>
 											<</act>>
@@ -545,12 +545,12 @@
 								<<else>>
 									You meet up with a cheerful Julia and Zinaida. "Who knew that our usually quiet Zinaida was quite the sweet talker. She managed to get us some potions."
 									<p>"And we got new weapons!" Artem chimes in.</p>
-									"We sold the trinkets to the local trader and managed to buy enough supplies for a couple of weeks, so we can go on our next adventure," Gerasim adds.
+									"We sold the trinkets to the local trader and managed to buy enough supplies to last us a few weeks, so we can go on our next adventure," Gerasim adds.
 									<p>Petka jumps in excitedly. "To top it off, I found the brothel!"</p>
 									<p>"Isn't your character a girl?" Artem replies.</p>
 									<p>Petka blushes. "Yeah? So?"</p>
 									<p>Artem laughs. "Why would she need a brothel?"</p>
-									<p>Everyone starts laughing and you spend some time looking at the stuff you've managed to acquire before your party heads to the local tavern, where they drink and eat. "I can't wait to see how all of this plays out!" someone comments before Feofan calls a stop for the day. Shortly after that, the game night is over and you all help Feofan pack everything up before everyone gathers up their books and walks out of the library. Julia and Zinaida leave together, as do Artem and Petka. Gerasim and Feofan each leave on their own.</p>
+									<p>Everyone starts laughing and you spend some time looking at the stuff you've managed to acquire before your party heads to the local tavern, where they drink and eat. "I can't wait to see how all of this plays out!" someone comments before Feofan calls a stop for the day. Shortly after that, the game night is over and you all help Feofan pack everything up before everyone gathers up their books and head out. Julia and Zinaida leave together, as do Artem and Petka. Gerasim and Feofan each leave on their own.</p>
 									<<act 'Leave'>>
 										<<gt 'pav_commcenter' 'lobby'>>
 									<</act>>
@@ -571,7 +571,7 @@
 								<<if $loc == 'city_coffee_hole'>>
 									Julia and Zinaida are looking dejected. "We didn''t manage to get rid of the gold. The shopkeeper wasn''t having any of it..." They quickly turn ecstatic when they see all the goods you've brought with you.
 									<p>"Maybe we should send $pc.name_nick to have a chat with the shopkeeper too." Several of them congratulate you as you all discuss the different armors and weapons you've managed to acquire.</p>
-									"We sold the trinkets to the local trader and managed to buy enough supplies for a couple of weeks, so we can go on our next adventure," Gerasim adds.
+									"We sold the trinkets to the local trader and managed to buy enough supplies to last us a few weeks, so we can go on our next adventure," Gerasim adds.
 									<p>Petka jumps in excitedly. "And I found the brothel!"</p>
 									<p>"Isn't your character a girl?" Artem replies.</p>
 									<p>Petka blushes. "Yeah? So?"</p>
@@ -587,7 +587,7 @@
 										Before it can go further, Anushka clears her throat and just pointedly looks at the clock. When she returns and gives everyone their order, she leans over to Gerasim. "You should just seduce Princess Buttercup and give her what she needs tonight." Gersim just smiles as Anushka walks away.
 										<<act 'Back to the game'>>
 											<<image "locations/pavlovsk/community/library/events/nerd_game/gamenight.jpg">>
-											<p>Once Anushka is gone, you all get back into the game. Everyone starts laughing, disregarding that you haven't really achieved any of your goals. As your party sits at the local tavern, drinking and eating, they all engage in some role-playing banter. Shortly after that, the game night is over and you all help Feofan pack everything up before everyone gathers up their books and walks out of the shop. Julia and Zinaida leave together, as do Artem and Petka. Gerasim and Feofan each leave on their own.</p>
+											<p>Once Anushka is gone, you all get back into the game. Everyone starts laughing, disregarding that you haven't really achieved any of your goals. As your party sits at the local tavern, drinking and eating, they all engage in some role-playing banter. Shortly after that, the game night is over and you all help Feofan pack everything up before everyone gathers up their books and heads out. Julia and Zinaida leave together, as do Artem and Petka. Gerasim and Feofan each leave on their own.</p>
 											<<act 'Leave'>>
 												<<gt 'city_coffee_hole' 'inner'>>
 											<</act>>
@@ -599,12 +599,12 @@
 								<<else>>
 									Julia and Zinaida are looking dejected. "We didn''t manage to get rid of the gold. The shopkeeper wasn''t having any of it..." They quickly turn ecstatic when they see all the goods you've brought with you.
 									<p>"Maybe we should send $pc.name_nick to have a chat with the shopkeeper too?" Several of them congratulate you as you all discuss the different armors and weapons you've managed to acquire.</p>
-									"We sold the trinkets to the local trader and managed to buy enough supplies for a couple of weeks, so we can go on our next adventure," Gerasim adds.
+									"We sold the trinkets to the local trader and managed to buy enough supplies to last us a few weeks, so we can go on our next adventure," Gerasim adds.
 									<p>Petka jumps in excitedly. "And I found the brothel!"</p>
 									<p>"Isn't your character a girl?" Artem replies.</p>
 									<p>Petka blushes. "Yeah? So?"</p>
 									<p>Artem laughs. "Why would she need a brothel?"</p>
-									<p>Everyone starts laughing and you spend some time looking at the stuff you've managed to acquire before your party heads to the local tavern, where they drink and eat. "Good job everyone! I can't wait to see you use all these weapons at a later time," Feofan comments as it's time to stop for the day. Shortly after that, the game night is over and you all help Feofan pack everything up before everyone gathers up their books and walks out of the library. Julia and Zinaida leave together, as do Artem and Petka. Gerasim and Feofan each leave on their own.</p>
+									<p>Everyone starts laughing and you spend some time looking at the stuff you've managed to acquire before your party heads to the local tavern, where they drink and eat. "Good job everyone! I can't wait to see you use all these weapons at a later time," Feofan comments as it's time to stop for the day. Shortly after that, the game night is over and you all help Feofan pack everything up before everyone gathers up their books and heads out. Julia and Zinaida leave together, as do Artem and Petka. Gerasim and Feofan each leave on their own.</p>
 									<<act 'Leave'>>
 										<<gt 'pav_commcenter' 'lobby'>>
 									<</act>>
@@ -650,7 +650,7 @@
 								You meet the rest of the party and show off the goods to both some excitement and disappointment as you continue discussing what to do next.
 								Julia and Zinaida are looking cheerful. "Who knew that our usually quiet Zinaida was quite the sweet talker. She managed to get us some potions."
 								"We got a few new weapons," Artem chimes in.
-								"We sold the trinkets to the local trader and managed to buy enough supplies for a couple of weeks, so we can go on our next adventure," Gerasim adds.
+								"We sold the trinkets to the local trader and managed to buy enough supplies to last us a few weeks, so we can go on our next adventure," Gerasim adds.
 								<p>Petka jumps in excitedly. "To top it off, I found the brothel!"</p>
 								<p>"Isn't your character a girl?" Artem replies.</p>
 								<p>Petka blushes. "Yeah? So?"</p>
@@ -666,7 +666,7 @@
 									Before it can go further, Anushka clears her throat and just pointedly looks at the clock. When she returns and gives everyone their order, she leans over to Gerasim. "You should just seduce Princess Buttercup and give her what she needs tonight." Gersim just smiles as Anushka walks away.
 									<<act 'Back to the game'>>
 										<<image "locations/pavlovsk/community/library/events/nerd_game/gamenight.jpg">>
-										<p>Once Anushka is gone, you all get back into the game. Everyone starts laughing, disregarding that you haven't really achieved any of your goals. As your party sits at the local tavern, drinking and eating, they all engage in some role-playing banter. Shortly after that, the game night is over and you all help Feofan pack everything up before everyone gathers up their books and walks out of the shop. Julia and Zinaida leave together, as do Artem and Petka. Gerasim and Feofan each leave on their own.</p>
+										<p>Once Anushka is gone, you all get back into the game. Everyone starts laughing, disregarding that you haven't really achieved any of your goals. As your party sits at the local tavern, drinking and eating, they all engage in some role-playing banter. Shortly after that, the game night is over and you all help Feofan pack everything up before everyone gathers up their books and heads out. Julia and Zinaida leave together, as do Artem and Petka. Gerasim and Feofan each leave on their own.</p>
 										<<act 'Leave'>>
 											<<gt 'city_coffee_hole' 'inner'>>
 										<</act>>
@@ -678,12 +678,12 @@
 							<<else>>
 								Julia and Zinaida are looking dejected. "We didn''t manage to get rid of the gold. The shopkeeper wasn''t having any of it..." They quickly turn ecstatic when they see all the goods you've brought with you.
 								<p>"Maybe we should send $pc.name_nick to have a chat with the shopkeeper too?" Several of them congratulate you as you all discuss the different armors and weapons you've managed to acquire.</p>
-								"We sold the trinkets to the local trader and managed to buy enough supplies for a couple of weeks, so we can go on our next adventure," Gerasim adds.
+								"We sold the trinkets to the local trader and managed to buy enough supplies to last us a few weeks, so we can go on our next adventure," Gerasim adds.
 								<p>Petka jumps in excitedly. "And I found the brothel!"</p>
 								<p>"Isn't your character a girl?" Artem replies.</p>
 								<p>Petka blushes. "Yeah? So?"</p>
 								<p>Artem laughs. "Why would she need a brothel?"</p>
-								<p>Everyone starts laughing and you spend some time looking at the stuff you've managed to acquire before your party heads to the local tavern, where they drink and eat. "Good job everyone! I can't wait to see you use all these weapons at a later time," Feofan comments as it's time to stop for the day. Shortly after that, the game night is over and you all help Feofan pack everything up before everyone gathers up their books and walks out of the library. Julia and Zinaida leave together, as do Artem and Petka. Gerasim and Feofan each leave on their own.</p>
+								<p>Everyone starts laughing and you spend some time looking at the stuff you've managed to acquire before your party heads to the local tavern, where they drink and eat. "Good job everyone! I can't wait to see you use all these weapons at a later time," Feofan comments as it's time to stop for the day. Shortly after that, the game night is over and you all help Feofan pack everything up before everyone gathers up their books and heads out. Julia and Zinaida leave together, as do Artem and Petka. Gerasim and Feofan each leave on their own.</p>
 								<<act 'Leave'>>
 									<<gt 'pav_commcenter' 'lobby'>>
 								<</act>>
@@ -896,7 +896,7 @@
 			At this point, you notice Anushka watching. "Come on, you know the drill by now," She returns a few minutes later and gives everyone their order. "Don't trust any of them," she tells Gersim, who just smiles as Anushka walks away.
 			<<act 'Back to the game'>>
 				<<image "locations/pavlovsk/community/library/events/nerd_game/gamenight.jpg">>
-				<p>Once Anushka is gone, you all get back into the game. "I'm not too fond of that, I'd rather do something else," Julia counters. The arguing then starts getting more intense as everyone tries to get their point across. The yelling gets louder and louder until Feofan gets fed up and slams the table. "Now that I have your attention! Since you can't decide what you should do, I suggest you have a vote on it!"</p>
+				<p>Once Anushka is gone, you all get back into the game. "I'm not too fond of that, I'd rather do something else," Julia counters. The arguing starts getting more intense as everyone tries to get their point across, the yelling getting louder and louder until Feofan gets fed up and slams the table. "Now that I have your attention! Since you can't decide what you should do, I suggest you have a vote on it!"</p>
 				<p>There's a lot of loud moans. "I don't care how you feel about it! Vote!" Feofan commands.</p>
 				<<act 'Vote for the mansion adventure'>>
 					<<gt 'nerd_game_night' 'mansion_adventure'>>
@@ -912,7 +912,7 @@
 			<</act>>
 		<<else>>
 			<p>You return to the group and tell them about the different adventures you've discovered from the patrons of the tavern. They all listen attentively to what you have to say. "Well, I feel like we should go and bash that Necromancer's head in!" Artem suggests with a smile.</p>
-			<p>"I'm not too fond of that, I'd rather do something else," Julia counters. The arguing then starts getting more intense as everyone tries to get their point across. The yelling gets louder and louder until Feofan gets fed up and slams the table. "Now that I have your attention! Since you can't decide what you should do, I suggest you have a vote on it!"</p>
+			<p>"I'm not too fond of that, I'd rather do something else," Julia counters. The arguing starts getting more intense as everyone tries to get their point across, the yelling getting louder and louder until Feofan gets fed up and slams the table. "Now that I have your attention! Since you can't decide what you should do, I suggest you have a vote on it!"</p>
 			<p>There's a lot of loud moans. "I don't care how you feel about it! Vote!" Feofan commands.</p>
 			<<act 'Vote for the mansion adventure'>>
 				<<gt 'nerd_game_night' 'mansion_adventure'>>
@@ -934,7 +934,7 @@
 	<<image "locations/pavlovsk/community/library/events/nerd_game/party.jpg">>
 	<p>Everyone takes turns voting while Feofan writes down the results. "Great! Now that the vote is decided, I suggest we call it for the day and pick up it next time."</p>
 	<p>"But we want to continue playing! We already know what adventure we're going on!" Gerasim sighs.</p>
-	<p>"That's it for today!" Feofan stands firm. "Everyone needs to calm down as this discussion got way out of line!" Everyone gathers up their books and walks out of the library. Julia and Zinaida leave together, as do Artem and Petka. Gerasim and Feofan each leave on their own.</p>
+	<p>"That's it for today!" Feofan stands firm. "Everyone needs to calm down as this discussion got way out of line!" Everyone gathers up their books and heads out. Julia and Zinaida leave together, as do Artem and Petka. Gerasim and Feofan each leave on their own.</p>
 	<<if $loc == 'city_coffee_hole'>>
 		<<act 'Leave'>>
 			<<gt 'city_coffee_hole' 'inner'>>
@@ -953,7 +953,7 @@
 	<<image "locations/pavlovsk/community/library/events/nerd_game/party.jpg">>
 	<p>Everyone takes turns voting while Feofan writes down the results. "Great! Now that the vote is decided, I suggest we call it for the day and pick up it next time."</p>
 	<p>"But we want to continue playing! We already know what adventure we're going on!" Gerasim sighs.</p>
-	<p>"That's it for today!" Feofan stands firm. "Everyone needs to calm down as this discussion got way out of line!" Everyone gathers up their books and walks out of the library. Julia and Zinaida leave together, as do Artem and Petka. Gerasim and Feofan each leave on their own.</p>
+	<p>"That's it for today!" Feofan stands firm. "Everyone needs to calm down as this discussion got way out of line!" Everyone gathers up their books and heads out. Julia and Zinaida leave together, as do Artem and Petka. Gerasim and Feofan each leave on their own.</p>
 	<<if $loc == 'city_coffee_hole'>>
 		<<act 'Leave'>>
 			<<gt 'city_coffee_hole' 'inner'>>
@@ -972,7 +972,7 @@
 	<<image "locations/pavlovsk/community/library/events/nerd_game/party.jpg">>
 	<p>Everyone takes turns voting while Feofan writes down the results. "Great! Now that the vote is decided, I suggest we call it for the day and pick up it next time."</p>
 	<p>"But we want to continue playing! We already know what adventure we're going on!" Gerasim sighs.</p>
-	<p>"That's it for today!" Feofan stands firm. "Everyone needs to calm down as this discussion got way out of line!" Everyone gathers up their books and walks out of the library. Julia and Zinaida leave together, as do Artem and Petka. Gerasim and Feofan each leave on their own.</p>
+	<p>"That's it for today!" Feofan stands firm. "Everyone needs to calm down as this discussion got way out of line!" Everyone gathers up their books and heads out. Julia and Zinaida leave together, as do Artem and Petka. Gerasim and Feofan each leave on their own.</p>
 	<<if $loc == 'city_coffee_hole'>>
 		<<act 'Leave'>>
 			<<gt 'city_coffee_hole' 'inner'>>
@@ -993,8 +993,8 @@
 	<<setinit $grupvalue[3] += 1>>
 	<<gs 'stat'>>
 	<<image "locations/pavlovsk/community/library/events/nerd_game/gamenight.jpg">>
-	You quickly run up the stairs into the usual library room, not wanting to be late. Everyone else is already there, buzzing just like you. You've finally got an adventure to head out on and the tension from last week seems to have dissolved.
-	<p>"Freaking finally, let's head out of this god-forsaken village and on to a new adventure!" Zinaida exclaims.</p>
+	As you arrive, you notice that the atmosphere is quite elated. The tension from last week seems to have dissolved and the group is ready for their next adventure.
+	<p>"Freaking finally! Let's head out of this god-forsaken village and on to a new adventure!" Zinaida exclaims.</p>
 	<p>"We just need to pack up and we're good to go!" Gerasim replies.</p>
 	The group quickly packs up everything from the rooms in the inn, pays for their stay and heads outside.
 	<<act 'Leave the inn'>>
@@ -1011,7 +1011,7 @@
 				Anushka nods, but you think she's just being polite. "I'm sure. Anyway, you guys know the drill by now." There''s a resigned sigh as almost everyone orders something. As Anushka returns a few minutes later and gives everyone their order. You can't help but notice pretty much all the guys checking out her ass as she walks away.
 				Once Anushka is gone, you all get back into the game. You run into a few wandering encounters, but nothing too serious before your group stops to camp for the night. You expect to see Feofan pull out the map of your camp, but to everyone''s disappointment, he doesn''t. You look at each other in confusion, searching for some answers.
 				"That''s it for now," Feofan explains, but he's quickly interrupted.
-				<p>"What do you mean 'that's it'? Where's the next part? We voted for the adventure the last week!" Gerasim exclaims.</p>
+				<p>"What do you mean 'that's it'? Where's the next part? We voted for the adventure last week!" Gerasim exclaims.</p>
 				<p>Feofan chokes up a little. "I-I haven't had time to finish the story. I didn't know which one you would pick until last week and it takes me weeks to write the adventure and prepare the maps and stuff. It'll take some time..."</p>
 				<p>The group immediately starts moaning and complaining about his lack of forward planning. "Great, just when it got good we need to stop... You are aware that we play this game mostly for the adventures, right?" Artem scoffs.</p>
 				<p>"I know," Feofan quickly replies. "That's why I'm stopping it now. I need time to prepare as well as I did for the last adventure, so you'll get the most out of it. You don't want a half assed adventure, do you?"</p>
@@ -1020,7 +1020,7 @@
 					<<image "locations/pavlovsk/community/library/events/nerd_game/gamenight.jpg">>
 					<p>You feel more disappointed than you expected, but now you wonder how long it will take him to set up the adventure and what you will do in the meantime. "What about next week? Are we not playing?" you ask, and the others nod in agreement.</p>
 					<p>Feofan holds up his hand. "I've got it covered! I recently acquired a few board games I think we'll like. We can play those instead as I work on finishing the adventure."</p>
-					There are a few grumbles, but the group seems curious. Zinaida even gets excited about one of the games he names, exclaiming it's one she's been wanting to try for a while. You all put your things away and spend the time chatting about the board games before moving onto the latest films, TV shows and books. Once time is up, everyone gathers up their books and walks out of the library. Julia and Zinaida leave together, as do Artem and Petka. Gerasim and Feofan each leave on their own.
+					There are a few grumbles, but the group seems curious. Zinaida even gets excited about one of the games he names, exclaiming it's one she's been wanting to try for a while. You all put your things away and spend the time chatting about the board games before moving onto the latest films, TV shows and books. Once time is up, everyone gathers up their books and heads out. Julia and Zinaida leave together, as do Artem and Petka. Gerasim and Feofan each leave on their own.
 					<<act 'Leave'>>
 						<<gt 'city_coffee_hole' 'inner'>>
 					<</act>>
@@ -1032,7 +1032,7 @@
 		<<else>>
 			As you're heading out, you quickly throw one last gaze at the beautiful village map that Feofan painted. You gather just outside of town and everyone takes a second to double check the supplies to make sure you didn''t miss anything. Once everyone is sure, you head out in the direction of your next adventure. You run into a few wandering encounters, but nothing too serious before your group stops to camp for the night. You expect to see Feofan pull out the map of your camp, but to everyone''s disappointment, he doesn''t. You look at each other in confusion, searching for some answers.
 			"That''s it for now," Feofan explains, but he's quickly interrupted.
-			<p>"What do you mean 'that's it'? Where's the next part? We voted for the adventure the last week!" Gerasim exclaims.</p>
+			<p>"What do you mean 'that's it'? Where's the next part? We voted for the adventure ast week!" Gerasim exclaims.</p>
 			<p>Feofan chokes up a little. "I-I haven't had time to finish the story. I didn't know which one you would pick until last week and it takes me weeks to write the adventure and prepare the maps and stuff. It'll take some time..."</p>
 			<p>The group immediately starts moaning and complaining about his lack of forward planning. "Great, just when it got good we need to stop... You are aware that we play this game mostly for the adventures, right?" Artem scoffs.</p>
 			<p>"I know," Feofan quickly replies. "That's why I'm stopping it now. I need time to prepare as well as I did for the last adventure, so you'll get the most out of it. You don't want a half assed adventure, do you?"</p>
@@ -1041,7 +1041,7 @@
 				<<image "locations/pavlovsk/community/library/events/nerd_game/gamenight.jpg">>
 				<p>You feel more disappointed than you expected, but now you wonder how long it will take him to set up the adventure and what you will do in the meantime. "What about next week? Are we not playing?" you ask, and the others nod in agreement.</p>
 				<p>Feofan holds up his hand. "I've got it covered! I recently acquired a few board games I think we'll like. We can play those instead as I work on finishing the adventure."</p>
-				There are a few grumbles, but the group seems curious. Zinaida even gets excited about one of the games he names, exclaiming it's one she's been wanting to try for a while. You all put your things away and spend the time chatting about the board games before moving onto the latest films, TV shows and books. Once time is up, everyone gathers up their books and walks out of the library. Julia and Zinaida leave together, as do Artem and Petka. Gerasim and Feofan each leave on their own.
+				There are a few grumbles, but the group seems curious. Zinaida even gets excited about one of the games he names, exclaiming it's one she's been wanting to try for a while. You all put your things away and spend the time chatting about the board games before moving onto the latest films, TV shows and books. Once time is up, everyone gathers up their books and heads out. Julia and Zinaida leave together, as do Artem and Petka. Gerasim and Feofan each leave on their own.
 				<<act 'Leave'>>
 					<<gt 'pav_commcenter' 'lobby'>>
 				<</act>>
@@ -1118,7 +1118,7 @@
 				<<image "locations/pavlovsk/community/library/events/nerd_game/board1.jpg">>
 				You continue playing with even more laughter and before you know it the game is over for the night. You all praise Feofan for picking a really good game.
 				<p>Feofan responds as expected - haughty. "Ye, with little faith in me. Told you I would fix everything."</p>
-				You all pile on him before clearing up. Once you pack everything up, you walk out of the library. Julia and Zinaida leave together, as do Artem and Petka. Gerasim and Feofan each leave on their own.
+				You all pile on him before clearing up. Once you pack everything up, you head out. Julia and Zinaida leave together, as do Artem and Petka. Gerasim and Feofan each leave on their own.
 				<<act 'Leave'>>
 					<<gt 'pav_commcenter' 'lobby'>>
 				<</act>>
@@ -1140,7 +1140,7 @@
 	<<setinit $nerd_game['invite_day'] = $time.daystart>>
 	<<gs 'stat'>>
 	<<image "pc/activities/phone/text_indoor.jpg">>
-	<p>You look at your phone and notice that Feofan has texted you. "Hey $pc.name_nick, we do a weekly game night. We mostly play Dungeons and Dragons and board games. I was talking to the others and we were wondering if you would like to join us? We have a few nights free this week and were wondering which night works best for you. We can do it either on $time.weekday_name[val(mid(temp,1,1))] or $time.weekday_name[val(mid(temp,2,1))]."</p>
+	<p>You look at your phone and notice that Feofan has texted you. "Hey $pc.name_nick, we do a weekly game night. We mostly play Dungeons and Dragons and board games. I was talking to the others and we were wondering if you would like to join us? We have a few nights free this week and were wondering which one works best for you. We can do it either on $time.weekday_name[val(mid(temp,1,1))] or $time.weekday_name[val(mid(temp,2,1))]."</p>
 	<<act 'Not interested <br><font color="red">This will block this story arc.</font>'>>
 		<<setinit $nerd_game['invite_day'] = 2147483647>> 
 		<<set $time.minutes += 2>>
@@ -1563,7 +1563,7 @@
 		<<setinit $nerd_game['lot'] = func('shortgs', 'rand_pick', '', 12, 13, 14, 23, 24, 34)>>
 		<<setinit $nerd_game['invite_day'] = $time.daystart>>
 	<</if>>
-	<<setinit $VM['0'] = 'Hey $pc.name_nick, we do a weekly game night. We mostly play Dungeons and Dragons and board games. I was talking to the others and we were wondering if you would like to join us? We have a few nights free this week and were wondering which night works best for you. We can do it either on $time.weekday_name[val(mid(nerd_game['lot'],1,1))] or $time.weekday_name[val(mid(nerd_game['lot'],2,1))].'>>
+	<<setinit $VM['0'] = 'Hey $pc.name_nick, we do a weekly game night. We mostly play Dungeons and Dragons and board games. I was talking to the others and we were wondering if you would like to join us? We have a few nights free this week and were wondering which one works best for you. We can do it either on $time.weekday_name[val(mid(nerd_game['lot'],1,1))] or $time.weekday_name[val(mid(nerd_game['lot'],2,1))].'>>
 	<<setinit $VF['0a'] = 'Sorry, but I`m just not interested in stuff like that. Thanks for the invite though.'>>
 	<<setinit $VM['1a'] = ':-( Oh... okay yeah I get it. Guess we'll see you around.'>>
 	<<setinit $VF['0b'] = 'Sure, I can make it on $time.weekday_name[val(mid(nerd_game['lot'],1,1))].'>>
@@ -1691,14 +1691,14 @@
 		<<setinit $nerd_game['invite_day'] = $time.daystart>>
 		<<gs 'stat'>>
 		<<image "characters/shared/headshots_main/big152.jpg">>
-		<p>As you leave your last class of the day, Feofan walks over to you and smiles. "Hey $pc.name_nick, we do a weekly game night where we mostly play Dungeons and Dragons, but we sometimes play some board games. I was talking to the others and we were wondering if you would like to join us? We have a couple nights free this week and were wondering which night works best for you. We can do it either on Tuesday or Thursday evening."</p>
+		<p>As you leave your last class of the day, Feofan walks over to you and smiles. "Hey $pc.name_nick, we do a weekly game night where we mostly play Dungeons and Dragons, but we sometimes play some board games. I was talking to the others and we were wondering if you would like to join us? We have a few nights free this week and were wondering which one works best for you. We can do it either on Tuesday or Thursday evening."</p>
 		<<act 'Not interested <br><font color="red">This will block this story arc.</font>'>>
 			<<setinit $nerd_game['invite_day'] = 2147483647>> 
 			<<set $time.minutes += 2>>
 			<<gs 'stat'>>
 			<<image "characters/shared/headshots_main/big152.jpg">>
 			You shake your head. "Sorry, but I'm not interested in stuff like that. Thanks for the invite though."
-			He looks disappointed "Oh... Okay, yeah I get it. Well, I guess we'll see you around..." he mumbles before walk away.
+			He looks disappointed "Oh... Okay, yeah I get it. Well, I guess we'll see you around..." he mumbles before walking away.
 			<<gs 'nerd_game_night' 'invite_uni' 'exit'>>
 		<</act>>
 		<<act 'I have to study'>>
@@ -1706,7 +1706,7 @@
 			<<gs 'stat'>>
 			<<image "characters/shared/headshots_main/big152.jpg">>
 			You shake your head. "Sorry, but I can't this week. These classes are killing me and I'm going to have to put in extra studying this week."
-			<p>He looks disappointed "Oh... Okay, yeah I understand. If you ever get a handle on your class let me know.... anyways I'll go let the others know and maybe you can come next week? Talk to you later." He walks away before you can reply.</p>
+			<p>He looks disappointed "Oh... Okay, yeah I understand. If you ever get a handle on your class let me know.... Anyway, I'll go let the others know and maybe you can come next week? Talk to you later." He walks away before you can reply.</p>
 			<<gs 'nerd_game_night' 'invite_uni' 'exit'>>
 		<</act>>
 		<<act 'I`m busy'>>
@@ -1745,7 +1745,7 @@
 	<<image "locations/pavlovsk/community/library/events/nerd_game/gamenight.jpg">>
 	<<if getvar("$grupTipe") == 3>>
 		<<if $nerd_game['game_day'] == $time.daystart and $hour * 60 + getvar("$time.minutes") < 22 * 60 + 30>>
-			As you walk over to their table everyone freezes and looks your way. When they see you, they relax and go back to playing their game.
+			As you walk over to their table, everyone freezes and looks your way. When they see you, they relax and go back to playing their game.
 			<p>As you're about to ask what they're doing, Feofan speaks up. "Hey $pc.name_nick! We're almost done, but it's not too late to join."</p>
 			You smile and shake your head. "I just wanted to talk to one of you is all."
 			<p>They all exchange looks and then look back at you as Feofan nods. "Okay. Can it wait until we finish at 11pm?"</p>
@@ -1770,7 +1770,7 @@
 		<</if>>
 	<<else>>
 		<<if $nerd_game['game_day'] == $time.daystart and $hour * 60 + getvar("$time.minutes") < 22 * 60 + 30>>
-			As you walk over to their table everyone freezes and looks your way. You can feel the anxious looks from the group sitting around a table that has all sorts of geeky stuff spread across it.
+			As you walk over to their table, everyone freezes and looks your way. You can feel the anxious looks from the group sitting around a table that has all sorts of geeky stuff spread across it.
 			<p>As you're about to ask what they're doing, Feofan speaks up. "Can we help you?"</p>
 			You smile to reassure them that you're not here to mess with them. "I just wanted to talk to one of you is all."
 			<p>They all exchange looks and then look back at you, Feofan being the one to speak up again. "Can it wait until we finish at 11pm?"</p>
@@ -1782,7 +1782,7 @@
 				<<set $time.minutes = 23 * 60 - ($hour * 60 + $time.minutes)>> <<gt 'nerd_game_night' 'nerd_chat'>>
 			<</act>>
 		<<else>>
-			Upon entering the room, everyone freezes and looks your way. You can feel the anxious looks from the group standing around a table packing up all their geeky stuff.
+			As you walk over to their table, everyone freezes and looks your way. You can feel the anxious looks from the group standing around a table packing up all their geeky stuff.
 			<p>As you're about to ask what they're doing, Feofan speaks up. "Can we help you?"</p>
 			You smile to reassure them that you're not here to mess with them. "I just wanted to talk to one of you is all."
 			They all exchange looks and then look back at you, Feofan being the one to speak up again. "Oh. Okay...." You can tell they're all wondering who it is you came to speak with.

+ 1 - 1
sugarcube/src/autogenerated/unsorted/strela.tw

@@ -55,7 +55,7 @@ He nods over at Vitek. "You can't just go stealing other people''s girls, Fedor.
 				<</act>>
 			<</if>>
 			<<act 'Don`t interfere'>>
-				<<run $npcs.set(5,'notes','Ever since Fedor gave Vasily a blowjob in the school courtyard, everyone calls him Masha.')>>
+				<<run $npcs.set('A5','notes','Ever since Fedor gave Vasily a blowjob in the school courtyard, everyone calls him Masha.')>>
 				<<run $npcs.set('A5','rel',50)>>
 				<<setinit $pc.hotcat_rating['A5'] = 6>>
 				<<run $npcs.set('A5','grupTipe',5)>>

+ 2 - 2
sugarcube/src/autogenerated/unsorted/uni_admin.tw

@@ -174,7 +174,7 @@
 					<<gs 'grades' 'createclass' 'uni_teaching_studies_semester_3' 'assessment 201' 3 2 'no' 'no' 1 12>>
 					<<gs 'grades' 'createclass' 'uni_teaching_studies_semester_3' 'learning theories 201' 3 2 'no' 'no' 1 12>>
 					<<gs 'grades' 'grade_award' 'uni_teaching_studies_semester_3' 'general education 201' ((class['uni_teaching_studies_semester_1_general education 101_grade'] + class['uni_teaching_studies_semester_2_general education 102_grade'])/6+10)>>
-					<<gs 'grades' 'grade_award' 'uni_teaching_studies_semester_3' 'learning theories 201' (class['uni_teaching_studies_semester_1_teaching methods 101_grade']/3+10)>>
+					<<gs 'grades' 'grade_award' 'uni_teaching_studies_semester_3' 'learning theories 201' (class['uni_teaching_studies_semester_1_learning theories 101_grade']/3+10)>>
 					<<gs 'grades' 'grade_award' 'uni_teaching_studies_semester_3' 'assessment 201' 35>>
 				<<elseif getvar("$university['enrolled_in_semester']") == 4>>
 					<!-- !!This creates the classes for the fourth semester of the teaching program to be used by the grade system, and gives the player a starting grade value (which is a failing grade, the player have to study if they want to pass)-->
@@ -182,7 +182,7 @@
 					<<gs 'grades' 'createclass' 'uni_teaching_studies_semester_4' 'learning theories 202' 3 2 'no' 'no' 1 12>>
 					<<gs 'grades' 'createclass' 'uni_teaching_studies_semester_4' 'psychology of a student 201' 3 2 'no' 'no' 1 12>>
 					<<gs 'grades' 'grade_award' 'uni_teaching_studies_semester_4' 'general education 202' ((class['uni_teaching_studies_semester_1_general education 101_grade'] + class['uni_teaching_studies_semester_2_general education 102_grade'] + class['uni_teaching_studies_semester_3_general education 201_grade'])/9+10)>>
-					<<gs 'grades' 'grade_award' 'uni_teaching_studies_semester_4' 'learning theories 202' ((class['uni_teaching_studies_semester_1_teaching methods 101_grade'] + class['uni_teaching_studies_semester_3_teaching methods 201_grade'])/6+10)>>
+					<<gs 'grades' 'grade_award' 'uni_teaching_studies_semester_4' 'learning theories 202' ((class['uni_teaching_studies_semester_1_learning theories 101_grade'] + class['uni_teaching_studies_semester_3_learning theories 201_grade'])/6+10)>>
 					<<gs 'grades' 'grade_award' 'uni_teaching_studies_semester_4' 'psychology of a student 201' (class['uni_teaching_studies_semester_2_psychology of a student 101_grade']/3+10)>>
 				<</if>>
 				You tell her you would like to continue pursuing a teaching degree. She smiles and nods, then finishes filling out some more paperwork about the courses you can expect to take.

+ 19 - 9
sugarcube/src/autogenerated/unsorted/uni_cafe.tw

@@ -10,20 +10,24 @@
 	<<set $location_type = 'public_indoors'>>
 	<<gs 'stat'>>
 	<<gs 'katja_meynold_schedule'>>
+	<!-- !!gs 'albina_uni_schedule'-->
 	<<gs 'themes' 'indoors'>>
-	<h2>University cafe</h2>
+	<h2>University Cafe</h2>
 	<<image "locations/city/island/university/uni_cafe.jpg">>
-	<p>The University cafe, a well-known meeting point for the students attending the university. Students spend their days here, either preparing for their exams or just to unwind from their busy schedule.</p>
-	<p>The cafe offers a rich variation of reasonably priced food and beverages. There is also free wi-fi, even if it's wonky at best, and you can often overhear students complain about it.</p>
+	The university cafe is a popular spot for students preparing for their exams or just unwinding from their busy schedule.
+	<p>It offers a rich variation of reasonably priced food and beverages. You can often overhear students complaining about the free, yet somewhat sub-par quality wi-fi.</p>
 	<<if getvar("$locat['katja']") == 28>>
 		<!-- FAILED TO CONVERT
-			'You see '+iif( katjaQW['know_katja_uni'] = 0 and ($start_type = 'city_tg' or $start_type = 'uni_tg'), 'a redheaded girl', '<a href="exec:gt ''katja_chat'', ''uni_cafe''">Katja</a>')+' sitting  at a table eating her lunch.'
+			'You see '+iif(katjaQW['know_katja_uni'] = 0 and ($start_type = 'city_tg' or $start_type = 'uni_tg'), 'a cute redheaded girl', '<a href="exec:gt ''katja_chat'', ''uni_cafe''">Katja</a>')+' sitting at a table eating her lunch.'
 		-----
-			<<set 'You see ' + iif( katjaQW['know_katja_uni'] = 0 and ($start_type = 'city_tg' or $start_type = 'uni_tg') , 'a redheaded girl' , '<a href="exec:gt 'katja_chat' , ERROR: FAILED TO CONVERT LITERAL: """''uni_cafe''">Katja<""" / a>') + ' sitting  at a table eating her lunch.'>>
+			<<set 'You see ' + iif(katjaQW['know_katja_uni'] = 0 and ($start_type = 'city_tg' or $start_type = 'uni_tg') , 'a cute redheaded girl' , '<a href="exec:gt 'katja_chat' , ERROR: FAILED TO CONVERT LITERAL: """''uni_cafe''">Katja<""" / a>') + ' sitting at a table eating her lunch.'>>
 
 		-->
-		<<warn "CONVERSION ERROR 937241a36e0b1604cd5d38d4e8fa28e6">>
+		<<warn "CONVERSION ERROR feca3b4917f2d987c41d65e4a60a19d4">>
 	<</if>>
+	<!-- !!if locat['albina'] = 13:-->
+	<!-- !!'You see '+iif(AlbinaQW['know_albina_uni'] = 0 and ($start_type = 'city_tg' or $start_type = 'uni_tg'), 'an attractive looking brunette', '<<link "Albina">><<gt 'albina_uni' 'lunch_chat'>><</link>>')+' sitting at one of the tables, eating her lunch while texting on her phone.'-->
+	<!-- !!end-->
 	<<gs 'uni_cafe' 'menu'>>
 	<<act 'Leave'>>
 		<<gt 'uni_grounds' 'main'>>
@@ -63,12 +67,18 @@
 			<<gt 'katja_chat' 'uni_cafe'>>
 		<</act>>
 	<</if>>
-	<<act 'Eat you lunch alone'>>
+	<!-- !!if locat['albina'] = 13 and npc_rel['A23'] >= 70 or AlbinaQW['know_albina_uni'] = 2:-->
+	<!-- !!$loc = 'uni_cafe'-->
+	<!-- !!$loc_arg = ''-->
+	<!-- !!act 'Eat your lunch with Albina': gt 'albina_uni', 'lunch_chat'-->
+	<!-- !!end-->
+	<<act 'Eat your lunch alone'>>
 		<!-- !!this is a variable to use in npc''s chats to see if you have lunch to eat together with them. Should be set to zero after it is checked in their chat.-->
+		<<set $time.minutes += 15>>
 		<<set $uni_lunch_bought = 0>>
-		<h2>University cafe</h2>
+		<h2>University Cafe</h2>
 		<<image "locations/city/island/university/uni_cafe.jpg">>
-		<p>You sit down and eat your lunch alone and$mtxt</p>
+		<p>You sit down and eat your lunch alone and $mtxt</p>
 		<<gs 'stat'>>
 		<<act 'Leave'>>
 			<<gt 'uni_grounds' 'main'>>

+ 100 - 22
sugarcube/src/autogenerated/unsorted/uni_dorm.tw

@@ -75,13 +75,25 @@
 		<<if getvar("$katjaQW['knows_dorm_room_number']") > 0 and getvar("$yearstart") > 1 and getvar("$hour") >= 8 and getvar("$hour") < 22>>
 			<<act 'I`m here to visit Katja'>>
 				<<image "locations/city/island/university/dorm/dorm.jpg">>
-				You walk over to the counter and pull out your ID. "I'm here to visit katja Meynold."
-				The woman smiles. "You are one of Katja''s friends" she says "She is such a sweet girl." she then let''s you in and you thank her and head for the elevator.
+				You walk over to the counter and pull out your ID. "I'm here to visit Katja Meynold."
+				<p>The woman smiles. "You're one of Katja's friends?" she asks. "She's such a sweet girl. She's on the second floor."</p>
+				She lets you in and you thank her before heading for the elevator.
 				<<act 'Take the elevator'>>
 					<<gt 'uni_dorm' 'elevator'>>
 				<</act>>
 			<</act>>
 		<</if>>
+		<!-- !!if AlbinaQW['dorm_invite'] = 1 and yearstart > 1 and hour >= 8 and hour < 22:-->
+		<!-- !!act 'I'm here to visit Albina':-->
+		<!-- !!-->
+		<!-- !!'<center><<image `'images/locations/city/island/university/dorm/dorm.jpg'`>></center>'-->
+		<!-- !!'You walk over to the counter and pull out your ID. "I'm here to visit Albina Barlovskaya."'-->
+		<!-- !!'"Oh. Her," the woman says with a frown. "That girl needs discipline. Strolling in here like she owns the place after spending the night in a place like <i>that</i>. Her mother should be ashamed of herself for raising such a slut!"'-->
+		<!-- !!'She gives you a judgmental stare. "Your ''friend'' is on the seventh floor, room 707." She points you at the elevator before going back to what she was doing.'-->
+		<!-- !!'You've better things to do than stand around and argue with her, so you head for the elevator.'-->
+		<!-- !!act 'Take the elevator': gt 'uni_dorm', 'elevator'-->
+		<!-- !!end-->
+		<!-- !!end-->
 	<</if>>
 <</if>>
 <<if $location_var[$here][0] == 'elevator'>>
@@ -108,6 +120,7 @@
 	<<act 'Go to the sixth floor'>>
 		<<gt 'uni_dorm' 'sixth_floor'>>
 	<</act>>
+	<!-- !!act 'Go to the seventh floor': gt 'uni_dorm', 'seventh_floor'-->
 	<<act 'Go to the eighth floor'>>
 		<<gt 'uni_dorm' 'eighth_floor'>>
 	<</act>>
@@ -117,9 +130,9 @@
 <</if>>
 <<if $location_var[$here][0] == 'second_floor'>>
 	<<set $loc = 'uni_dorm'>>
-	<<set $loc_arg = 'sixth_floor'>>
+	<<set $loc_arg = 'second_floor'>>
 	<<set $menu_loc = 'uni_dorm'>>
-	<<set $menu_arg = 'sixth_floor'>>
+	<<set $menu_arg = 'second_floor'>>
 	<<set $menu_off = 0>>
 	<<set $location_type = 'public_indoors'>>
 	<<set $locclass to null>>
@@ -132,17 +145,17 @@
 		<<gt 'uni_dorm' 'elevator'>>
 	<</act>>
 	<<if getvar("$katjaQW['knows_dorm_room_number']") > 0 and getvar("$yearstart") > 1>>
-		<<act 'katja`s room'>>
+		<<act 'Katja`s room'>>
 			<<if getvar("$locat['katja']") == 31>>
 				<<image "characters/shared/headshots_main/big14.jpg">>
-				<p>Katja opens the door. "Hi $pc.name_nick, come in?" she stands aside so you can walk in before closing the door behind you.</p>
+				<p>Katja opens the door. "Hey $pc.name_nick, come on in!" She stands aside to let you enter before closing the door behind you.</p>
 				<<act 'Enter'>>
 					<<gt 'katja_dorm' 'start'>>
 				<</act>>
 			<<else>>
 				<<if getvar("$locat['katja']") == 29 and getvar("$sofiaQW['know']") == 1 and rand(0,3) == 0 and getvar("$time.weekday") < 5>>
 					<<image "characters/shared/headshots_main/big260.jpg">>
-					<p>Sofia opens the door. "Hi $pc.name_nick, Katja is at the library right now and I have Maxim over so I don't have time to talk. See you later." she says before closing the door again.</p>
+					<p>Sofia opens the door. "Hey, $pc.name_nick! Katja is at the library right now and I have Maxim over so I don't have time to talk. See you later!" she says before closing the door.</p>
 				<<else>>
 					<<image "locations/city/island/university/dorm/dorm_hall.jpg">>
 					You knock on the door, but no one answers. She must be asleep or not home.
@@ -175,7 +188,7 @@
 		<<act 'Gosha`s room'>>
 			<<if (week <= 4 and getvar("$hour") >= 16 and getvar("$hour") < 23 and rand(1, 2) == 2) or (week == 6 and getvar("$hour") >= 9 and getvar("$hour") < 23 and rand(1, 2) == 2) or (week == 7 and getvar("$hour") >= 9 and getvar("$hour") < 23 and rand(1, 3) >= 2)>>
 				<<image "characters/shared/headshots_main/big83.jpg">>
-				<p>Gosha opens the door. "Hey $pc.name_nick, why don't you come in?" He stands aside so you can walk in before closing the door behind you.</p>
+				<p>Gosha opens the door. "Hey $pc.name_nick, why don't you come in?" He stands aside tp let you enter before closing the door behind you.</p>
 				<<act 'Enter'>>
 					<<gt 'gosha' 'gosha_room'>>
 				<</act>>
@@ -191,6 +204,72 @@
 		<</act>>
 	<</if>>
 <</if>>
+<<if $location_var[$here][0] == 'seventh_floor'>>
+	<<set $loc = 'uni_dorm'>>
+	<<set $loc_arg = 'seventh_floor'>>
+	<<set $menu_loc = 'uni_dorm'>>
+	<<set $menu_arg = 'seventh_floor'>>
+	<<set $menu_off = 0>>
+	<<set $location_type = 'public_indoors'>>
+	<<set $locclass to null>>
+	<<set $time.minutes += 1>>
+	<<gs 'albina_uni_schedule'>>
+	<<gs 'stat'>>
+	<<image "locations/city/island/university/dorm/dorm_hall.jpg">>
+	Before you is the usual dorm hallway with the dilapidated walls of the seventh floor. You can hear music and loud talking from drunk students escaping from some rooms.
+	<<act 'Elevator'>>
+		<<gt 'uni_dorm' 'elevator'>>
+	<</act>>
+	<<if getvar("$AlbinaQW['dorm_invite']") == 1 and getvar("$yearstart") > 1>>
+		<<act 'Albina`s room'>>
+			<<if getvar("$locat['albina']") == 7 or getvar("$locat['albina']") == 8 or getvar("$locat['albina']") == 10>>
+				<<image "characters/shared/headshots_main/big23.jpg">>
+				<p>You knock on the door, and after a few seconds, Albina opens it. "$pc.name_nick! Come in, come in." She stands aside to let you enter before closing the door behind you.</p>
+				<<act 'Enter'>>
+					<<gt 'albina_dorm' 'start'>>
+				<</act>>
+			<<elseif getvar("$locat['albina']") == 15>>
+				<<if getvar("$AlbinaQW['stripper']") == 1>>
+					<<image "characters/shared/headshots_main/big23.jpg">>
+					<p>Just as you're about to knock on the door, it flies open and Albina walks out with a large bag slung over her shoulder. She's in such a hurry that she almost collides with you. "Oh. Sorry, $pc.name_nick. I didn't see you there."</p>
+					<p>"Clearly," you reply as you look at her bag. "Off to work?" you whisper and she nods.</p>
+					<p>"Yes, and I'm going to be late if I don't get a move on. Talk to you later, $pc.name_nick!" She hurries off without another word, leaving you alone in the hallway.</p>
+					<<act 'Leave'>>
+						<<gt 'uni_dorm' 'seventh_floor'>> <<set $time.minutes += 2>>
+					<</act>>
+				<<else>>
+					<<image "characters/shared/headshots_main/big23.jpg">>
+					<p>Just as you're about to knock on the door, it flies open and Albina walks out with a large bag slung over her shoulder. She's in such a hurry that she almost collides with you. "Oh. Sorry, $pc.name_nick. I didn't see you there."</p>
+					<p>"Clearly," you reply as you look at her bag. "Why are you in such a rush?" you ask, but she brushes you aside.</p>
+					<p>"I just have somewhere I need to be and need to go now before I'm late. I'll talk to you some other time, $pc.name_nick." She hurries off without another word, leaving you alone and confused in the hallway.</p>
+					<<act 'Leave'>>
+						<<gt 'uni_dorm' 'seventh_floor'>> <<set $time.minutes += 2>>
+					<</act>>
+				<</if>>
+			<<elseif getvar("$locat['albina']") == 16>>
+				<<image "locations/city/island/university/dorm/dorm_hall.jpg">>
+				You knock on the door, but there''s no answer.
+				<<if getvar("$AlbinaQW['stripper']") == 1>>
+					You then remember what day it is and realise that she's at work and won''t be back until the early hours of the morning, so you head back to the elevator.
+					<<act 'Leave'>>
+						<<gt 'uni_dorm' 'elevator'>>
+					<</act>>
+				<<else>>
+					You have no idea where she would be at this time of night, so you head back to the elevator.
+					<<act 'Leave'>>
+						<<gt 'uni_dorm' 'elevator'>>
+					<</act>>
+				<</if>>
+			<<else>>
+				<<image "locations/city/island/university/dorm/dorm_hall.jpg">>
+				You knock on the door, but there''s no answer. She's either still asleep or isn''t home.
+				<<act 'Leave'>>
+					<<gt 'uni_dorm' 'elevator'>>
+				<</act>>
+			<</if>>
+		<</act>>
+	<</if>>
+<</if>>
 <<if $location_var[$here][0] == 'eighth_floor'>>
 	<<set $loc = 'uni_dorm'>>
 	<<set $loc_arg = 'eighth_floor'>>
@@ -210,7 +289,7 @@
 		<<act 'Djibril` room'>>
 			<<if (week <= 4 and getvar("$hour") >= 16 and getvar("$hour") < 23 and rand(1, 2) == 2) or (week == 6 and getvar("$hour") >= 9 and getvar("$hour") < 23 and rand(1, 2) == 2) or (week == 7 and getvar("$hour") >= 9 and getvar("$hour") < 23 and rand(1, 3) >= 2)>>
 				<<image "characters/shared/headshots_main/big82.jpg">>
-				<p>You knock on the door. After a few seconds, Djibril opens the door. He smiles as he notices it's you. "I was hoping you would stop by $pc.name_nick. Come on in."</p>
+				<p>You knock on the door, and after a few seconds, Djibril opens it. He smiles as he notices it's you. "I was hoping you would stop by $pc.name_nick. Come on in."</p>
 				<<act 'Enter'>>
 					<<gt 'djibril' 'djibril_room'>>
 				<</act>>
@@ -231,7 +310,7 @@
 				<<if $kendra_busy != $time.daystart>>
 					<<if rand(1,5) == 1>>
 						<<image "characters/city/university/girl/kendra/door.jpg">>
-						You can hear Kendra''s voice as you get close to the door. It is fairly loud and sounds harsh in tone, but you can't quite make out what she is saying. You hear a muffled reply that sounds male. It sounds like she's already busy. You could knock or just leave her to her company.
+						You can hear Kendra''s voice as you get close to the door. It's fairly loud and sounds harsh in tone, but you can't quite make out what she's saying. You hear a muffled reply that sounds male. It sounds like she's already busy. You could knock or just leave her to her company.
 						<<act 'Leave'>>
 							<<gt 'uni_dorm' 'eighth_floor'>>
 						<</act>>
@@ -239,17 +318,17 @@
 							<<set $kendra_busy = $time.daystart>>
 							<<image "characters/city/university/girl/kendra/strapon_door.jpg">>
 							<<if $npcs.get('A84','rel') < 40>>
-								<p>You knock on the door. After a few seconds, Kendra opens the door. She is completely naked and wearing a strapon harness around her hips. A large black dildo is attached to it and she plays with it as she frowns at you. "I told you last time, I don't have time for games and I'm tired of yours! Now get lost, I'm busy!" She then slams the door in your face.</p>
+								<p>You knock on the door, and after a few seconds, Kendra opens it. She is completely naked and wearing a strapon harness around her hips. She plays with the large black dildo attached to it as she frowns at you. "I told you last time, I don't have time for games and I'm tired of yours! Now get lost, I'm busy!" She then slams the door in your face.</p>
 								<<act 'Leave'>>
 									<<gt 'uni_dorm' 'eighth_floor'>>
 								<</act>>
 							<<else>>
 								<<if getvar("$kendra_male_slave") == 0>>
-									You knock on the door. After a few seconds, Kendra opens the door. She is completely naked and wearing a strapon harness around her hips. A large black dildo is attached to it and she plays with it as she looks at you. "Well if it isn''t my new favorite white slave bitch. I'm kind of busy punishing one of my other slaves right now."
-									<p>She starts to close the door before you can reply, then stops and smiles at you. "You could come in and watch." She holds the door open and stands aside to let you enter. You glance in the room and see a naked college boy kneeling next to the couch. When he notices you, he blushes bright red and moves to cover himself up, but stops with one look from Kendra and instead just lowers his gaze to the floor. You have no doubt what she's going to do to him, but is it something you want to watch? It could be interesting and you might learn something from her as well. On the other hand, do you want to humiliate him more than he already is?</p>
+									You knock on the door, and after a few seconds, Kendra opens it. She is completely naked and wearing a strapon harness around her hips. She plays with the large black dildo attached to it as she looks at you.  "Well if it isn''t my new favorite white slave bitch. I'm kind of busy punishing one of my other slaves right now."
+									<p>She starts to close the door before you can reply, then stops and smiles at you. "You could come in and watch." She holds the door open and stands aside to let you enter. You glance into the room and see a naked college boy kneeling next to the couch. When he notices you, he blushes bright red and moves to cover himself up, but stops with one look from Kendra and instead just lowers his gaze to the floor. You have no doubt what she's going to do to him, but is it something you want to watch? It could be interesting and you might learn something from her as well. On the other hand, do you want to humiliate him more than he already is?</p>
 								<<else>>
-									<p>You knock on the door. After a few seconds, Kendra opens the door. She is completely naked and wearing a strapon harness around her hips. A large black dildo is attached to it and she plays with it as she looks at you. "Well if it isn't my new favorite white slave bitch. I'm punishing one of the boys again. Want to come in and watch again?"</p>
-									<p>She holds the door open and stands aside to let you enter. You glance in the room and see the same college boy kneeling naked next to the couch, just like last time. When he notices you, he blushes bright red and moves to cover himself up, but stops with one look from Kendra and instead just lowers his gaze to the floor. You know what she's going to do to him after watching last time. Is it something you want to watch again? Is this something you might want to learn to do to others yourself? There are a few boys you know that it might be fun to do it with.</p>
+									<p>You knock on the door. After a few seconds, Kendra opens the door. She is completely naked and wearing a strapon harness around her hips. She plays with the large black dildo attached to it as she looks at you. "Well if it isn't my new favorite white slave bitch. I'm punishing one of the boys again. Want to come in and watch again?"</p>
+									<p>She holds the door open and stands aside to let you enter. You glance into the room and see the same college boy kneeling naked next to the couch, just like last time. When he notices you, he blushes bright red and moves to cover himself up, but stops with one look from Kendra and instead just lowers his gaze to the floor. You know what she's going to do to him after watching last time. Is it something you want to watch again? Is this something you might want to learn to do to others yourself? There are a few boys you know that it might be fun to do it with.</p>
 								<</if>>
 								<<gs 'arousal' 'erotic_nudity' 3>>
 								<<gs 'stat'>>
@@ -260,10 +339,10 @@
 									<<image "characters/city/university/girl/kendra/strapon_door.jpg">>
 									<<if getvar("$kendra_male_slave") == 0>>
 										You shake your head. "No thanks. You look busy and I don't want to disturb you..."
-										She laughs loudly and roughly grabs your chin in her hand. "Aww so shy, adorable... but I will break you in time. Maybe next time then." She closes the door and you watch her stroking her strapon as she heads for the young man. Once the door is closed, you turn and leave.
+										She laughs loudly and roughly grabs your chin in her hand. "Aww so shy, adorable... but I will break you in time. Maybe next time then." She closes the door and you turn to leave.
 									<<else>>
 										You shake your head. "No thanks. Last time was entertaining, but I didn''t come to see that again."
-										She laughs loudly and roughly grabs your chin in her hand. "Your loss. I might have let you take a turn with him, or maybe not." She closes the door and you watch her stroking her strapon as she heads for the young man. Once the door is closed, you turn and leave.
+										She laughs loudly and roughly grabs your chin in her hand. "Your loss. I might have let you take a turn with him, or maybe not." She closes the door and you turn to leave.
 									<</if>>
 									<<gs 'arousal' 'end'>>
 									<<gs 'stat'>>
@@ -276,12 +355,12 @@
 					<<else>>
 						<<image "characters/shared/headshots_main/big84.jpg">>
 						<<if $npcs.get('A84','rel') < 40>>
-							You knock on the door. After a few seconds, Kendra opens the door. "I told you last time, I don't have time for games and I'm tired of yours. Now get lost." She slams the door in your face.
+							You knock on the door, and after a few seconds, Kendra opens it. "I told you last time, I don't have time for games and I'm tired of yours. Now get lost." She slams the door in your face.
 							<<act 'Leave'>>
 								<<gt 'uni_dorm' 'eighth_floor'>>
 							<</act>>
 						<<else>>
-							You knock on the door. After a few seconds, Kendra opens the door. "Well if it isn''t my new favorite white slave bitch. Come in." She stands aside to let you enter. She then closes the door behind you.
+							You knock on the door, and ater a few seconds, Kendra opens it. "Well if it isn''t my new favorite white slave bitch. Come in." She stands aside to let you enter before closing the door behind you.
 							<<act 'Enter'>>
 								<<gt 'kendra' 'kendra_room_start'>>
 							<</act>>
@@ -289,7 +368,7 @@
 					<</if>>
 				<<else>>
 					<<image "characters/city/university/girl/kendra/door.jpg">>
-					You can hear Kendra''s voice as you get close to the door. It is fairly loud and sounds harsh in tone, but you can't quite make out what she is saying. You do hear a muffled reply that sounds male. It sounds like she's busy right now, so you shouldn''t bother her.
+					You can hear Kendra''s voice as you get close to the door. It's fairly loud and sounds harsh in tone, but you can't quite make out what she's saying. You do hear a muffled reply that sounds male. It sounds like she's busy right now, so you shouldn''t bother her.
 					<<act 'Leave'>>
 						<<gt 'uni_dorm' 'eighth_floor'>>
 					<</act>>
@@ -449,8 +528,7 @@
 		<</if>>
 	<</if>>
 	<<if getvar("$komp") == 1>>
-		<!-- !! It is possible to say that the University Wifi filters out porn and webcam sites, in which case will need to-->
-		<!-- !! allow the player to chose mobile net to watch porn or do webcam shows.-->
+		<!-- !! It is possible to say that the university Wifi filters out porn and webcam sites, in which case will need to allow the player to choose mobile net to watch porn or do webcam shows-->
 		<<gs 'internet_mobile' 'get_access' 'free'>>
 		<!-- !!TODO: This is for now until we decide how to handle these two with different scenarios-->
 		<!-- !! 1. Sveta knows Vika is a slut but still keeps the pristine facade-->

+ 8 - 4
sugarcube/src/autogenerated/unsorted/uni_library.tw

@@ -10,6 +10,7 @@
 	<<set $menu_arg = 'start'>>
 	<<set $menu_off = 0>>
 	<<gs 'katja_meynold_schedule'>>
+	<!-- !!gs 'albina_uni_schedule'-->
 	<<gs 'stat'>>
 	<<gs 'themes' 'indoors'>>
 	<h2>The University Library</h2>
@@ -17,13 +18,16 @@
 	One of the medium sized buildings is the university''s library. It is three stories tall and filled with books, sections with tables scattered around to study or relax at and computer stations to help students with their studying.
 	<<if getvar("$locat['katja']") == 29>>
 		<!-- FAILED TO CONVERT
-			'At one of the disk you see '+iif(katjaQW['know_katja_uni'] = 0 and ($start_type = 'city_tg' or $start_type = 'uni_tg'), 'A redheaded girl', '<a href="exec:gt ''katja_uni'', ''library''">Katja</a>')+' sitting with a laptop and a pile of books.'
+			'You see '+iif(katjaQW['know_katja_uni'] = 0 and ($start_type = 'city_tg' or $start_type = 'uni_tg'), 'a cute redheaded girl', '<a href="exec:gt ''katja_uni'', ''library''">Katja</a>')+' sitting at one of the desks with a laptop and a pile of books.'
 		-----
-			<<set 'At one of the disk you see ' + iif(katjaQW['know_katja_uni'] = 0 and ($start_type = 'city_tg' or $start_type = 'uni_tg') , 'A redheaded girl' , '<a href="exec:gt 'katja_uni' , ERROR: FAILED TO CONVERT LITERAL: """''library''">Katja<""" / a>') + ' sitting with a laptop and a pile of books.'>>
+			<<set 'You see ' + iif(katjaQW['know_katja_uni'] = 0 and ($start_type = 'city_tg' or $start_type = 'uni_tg') , 'a cute redheaded girl' , '<a href="exec:gt 'katja_uni' , ERROR: FAILED TO CONVERT LITERAL: """''library''">Katja<""" / a>') + ' sitting at one of the desks with a laptop and a pile of books.'>>
 
 		-->
-		<<warn "CONVERSION ERROR 2cdee07b23e338f53d2ea6865fa5d493">>
+		<<warn "CONVERSION ERROR 82f64576cf6a1c8f993de6e3585ed340">>
 	<</if>>
+	<!-- !!if locat['albina'] = 6:-->
+	<!-- !!'You see '+iif(AlbinaQW['know_albina_uni'] = 0 and ($start_type = 'city_tg' or $start_type = 'uni_tg'), 'an attractive looking brunette', '<<link "Albina">><<gt 'albina_uni' 'library'>><</link>>')+' searching the shelves for books.'-->
+	<!-- !!end-->
 	<<if mid($start_type,1,2) == 'sg' and getvar("$yearstart") > 1 and getvar("$time.weekday") > 5 and getvar("$hour") >= 12 and getvar("$hour") < 14>>
 		<<if $nataliaQW['library_day_check'] != $time.daystart>>
 			<<setinit $nataliaQW['library_day_check'] = $time.daystart>>
@@ -46,7 +50,7 @@
 			<<gt 'uni_library' 'wander'>>
 		<</act>>
 	<<else>>
-		The library is closing
+		The library is closing for the night.
 	<</if>>
 	<<act 'Leave'>>
 		<<set $time.minutes += 2>>