|
@@ -42,15 +42,15 @@ if $ARGS[0] = '':
|
|
|
|
|
|
gs 'stat'
|
|
|
|
|
|
- if therapist_weekly_block > 0:
|
|
|
+ if therapist_weekly_block = 0 or therapist_weekly_cheat > 0:
|
|
|
+ gs 'therapist', 'hypnoGreet'
|
|
|
+ else
|
|
|
*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
|
|
|
end
|
|
|
|