Browse Source

[fixed] therapist visit dead end

LinaHirata 4 months ago
parent
commit
abb0c0b5de
1 changed files with 6 additions and 3 deletions
  1. 6 3
      locations/therapist.qsrc

+ 6 - 3
locations/therapist.qsrc

@@ -43,9 +43,12 @@ if $ARGS[0] = '':
 	gs 'stat'
 
 	if therapist_weekly_block > 0:
-		'"Miss <<$pcs_lastname>>, too much treatment without time for your brain to process could be harmful.<br>
-		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.<br>Too much treatment without time for your brain to process could be harmful."'
+		*nl
+		'"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."'
+		! '"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."'
+		act 'Leave':gt $loc
 	else
 		gs 'therapist', 'hypnoGreet'
 	end