Browse Source

[fixed] Various fixes from Sword

Kevin_Smarts 1 year ago
parent
commit
62edcf7619
4 changed files with 4 additions and 3 deletions
  1. 1 1
      locations/foto.qsrc
  2. 1 1
      locations/metro_events.qsrc
  3. 1 1
      locations/uni_dorm.qsrc
  4. 1 0
      locations/uni_lessons.qsrc

+ 1 - 1
locations/foto.qsrc

@@ -739,7 +739,7 @@ if $ARGS[0] = 'job_offer':
 	if age >= 18:
 		act'Show him your passport':
 			cla & *nl
-			'He takes it from you and begins copying the information onto his computer. As he types he occasionally glances at you, like he can''t wait to see you naked again. Finally, he hits a key on his keyboard with an air of finality and holds up the fake passport one more time to compare the information he just typed in. Satisfied that it has been entered accurately, he nods and clicks a few more times to save the data.'
+			'He takes it from you and begins copying the information onto his computer. As he types he occasionally glances at you, like he can''t wait to see you naked again. Finally, he hits a key on his keyboard with an air of finality and holds up the passport one more time to compare the information he just typed in. Satisfied that it has been entered accurately, he nods and clicks a few more times to save the data.'
 			act 'Continue':gt 'foto', 'model_name1'
 		end
 	elseif fakepassport = 1:

+ 1 - 1
locations/metro_events.qsrc

@@ -1036,7 +1036,7 @@ if $ARGS[0] = 'twobbc':
 				gs 'arousal', 'foreplay', 3, 'exhibitionism'
 				gs 'arousal', 'end'
 				gs 'stat'
-				act 'Leave': gt 'metro_events', 'twobbcfinish'
+				'Leave':minut += 5 & gt $loc, $loc_arg
 			end
 		else
 			act 'Change your mind (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'

+ 1 - 1
locations/uni_dorm.qsrc

@@ -505,7 +505,7 @@ if $ARGS[0] = 'dorm_room':
 
 	gs 'prostitution_functions', 'prostitute_outfit_at_home'
 	
-	if func('homes_properties', 'is_current_home'):
+	if func('homes_properties', 'is_current_home') ! -1:
 		act 'Set this dorm room as your main home':gs 'homes_properties', 'set_home' & gt 'uni_dorm', 'dorm_room'
 	end
 end

+ 1 - 0
locations/uni_lessons.qsrc

@@ -67,6 +67,7 @@ if $ARGS[0] = 'cikl':
 end
 
 if $ARGS[0] = 'short_break':
+	$location_type = 'public_indoors'
 	menu_off = 1
 	if hour = 9: minut += 90 - minut					
 	if hour = 10 and minut < 30: minut += 30 - minut