Browse Source

Merge branch 'master' of https://git.tfgames.site/Kevin_Smarts/glife

Lusticon 2 months ago
parent
commit
26b42d1b7e
3 changed files with 10 additions and 4 deletions
  1. 6 0
      locations/Cheatmenu_din.qsrc
  2. 1 1
      locations/LariskaHome.qsrc
  3. 3 3
      locations/therapist.qsrc

+ 6 - 0
locations/Cheatmenu_din.qsrc

@@ -646,6 +646,12 @@ $cheatmenu['permanent'] = {
 
 
 	*nl
 	*nl
 
 
+	*p 'Remove ''once a week'' therapist limit: '
+	if therapist_weekly_cheat = 0:
+		'<a href="exec: therapist_weekly_cheat = 1 && dynamic $cheatmenu[''permanent'']">on</a>&nbsp;|&nbsp;off'
+	else
+		'on&nbsp;|&nbsp;<a href="exec: therapist_weekly_cheat = 0 && dynamic $cheatmenu[''permanent'']">off</a>'
+	end
 	'Who says bimbos can''t be smart? Smart bimbo mode: <a href="exec:dynamic $cheatmenu[''SmartBimbo'']"><<$cheatBimbo2>></a>'
 	'Who says bimbos can''t be smart? Smart bimbo mode: <a href="exec:dynamic $cheatmenu[''SmartBimbo'']"><<$cheatBimbo2>></a>'
 	'Succubus bimbo mode: <a href="exec:dynamic $cheatmenu[''SuccuBimbo'']"><<$cheatBimbo3>></a>'
 	'Succubus bimbo mode: <a href="exec:dynamic $cheatmenu[''SuccuBimbo'']"><<$cheatBimbo3>></a>'
 
 

+ 1 - 1
locations/LariskaHome.qsrc

@@ -114,7 +114,7 @@ if $ARGS[0] = 'hallway':
 		$text_home = 'is in the kitchen'
 		$text_home = 'is in the kitchen'
 	elseif locat['Lariska'] = 13:
 	elseif locat['Lariska'] = 13:
 		$text_home = 'is in the shower'
 		$text_home = 'is in the shower'
-	elseif locat['Lariska'] = 8:
+	elseif locat['Lariska'] = 20:
 		$text_home = 'is in the bathroom, cleaning'
 		$text_home = 'is in the bathroom, cleaning'
 	elseif locat['Lariska'] = 14 or locat['Lariska'] = 16 or locat['Lariska'] = 18:
 	elseif locat['Lariska'] = 14 or locat['Lariska'] = 16 or locat['Lariska'] = 18:
 		$text_home = 'should be in the living room'
 		$text_home = 'should be in the living room'

+ 3 - 3
locations/therapist.qsrc

@@ -42,15 +42,15 @@ if $ARGS[0] = '':
 	
 	
 	gs 'stat'
 	gs 'stat'
 
 
-	if therapist_weekly_block > 0:
+	if therapist_weekly_block = 0 or therapist_weekly_cheat > 0:
+		gs 'therapist', 'hypnoGreet'
+	else
 		*nl
 		*nl
 		'"Miss <<$pcs_lastname>>, too much treatment without time for your brain to process could be harmful.'
 		'"Miss <<$pcs_lastname>>, too much treatment without time for your brain to process could be harmful.'
 		'Come next week, we can talk about your problems then."'
 		'Come next week, we can talk about your problems then."'
 		! '"Miss <<$pcs_lastname>>, your appointment is on Thursday at 21:30, we can talk about your problems then.'
 		! '"Miss <<$pcs_lastname>>, your appointment is on Thursday at 21:30, we can talk about your problems then.'
 		! 'Too much treatment without time for your brain to process could be harmful."'
 		! 'Too much treatment without time for your brain to process could be harmful."'
 		act 'Leave':gt $loc
 		act 'Leave':gt $loc
-	else
-		gs 'therapist', 'hypnoGreet'
 	end
 	end
 end
 end