瀏覽代碼

[added] progress text for earning your masseuse certification

hornguy6 3 年之前
父節點
當前提交
2a3dda9891
共有 1 個文件被更改,包括 5 次插入3 次删除
  1. 5 3
      locations/dk.qsrc

+ 5 - 3
locations/dk.qsrc

@@ -384,9 +384,11 @@ if $ARGS[0] = 'holl':
 				act 'Leave':gt 'dk', 'holl'
 			end
 		end
+		
+		if masseuse['certification'] > 0 and masseuse['certification'] > 10:'You have completed <<masseuse[''certification'']>> out of 10 massage therapist certification lessons.'
 
 		if money >= 1000 and masseuse['certification'] < 10 and masseuse_lesson ! daystart:
-			act 'Learn how to give massages (1,000 <b>₽</b> per session)':
+			act 'Get certified as a massage therapist (1,000 <b>₽</b> per session)':
 				cla
 				menu_off = 1
 				masseuse_lesson = daystart
@@ -395,8 +397,8 @@ if $ARGS[0] = 'holl':
 				minut += 120
 				gs 'stat'
 				'The next two hours are dedicated to reading detailed guides to how to relieve pain or tension in certain muscles and to putting these guides into practice with partners attending the course.'
-
-				if masseuse['certification'] = 10:'After your final lesson, you are issued a certificate: You are now a certified masseuse.'
+				*nl
+				if masseuse['certification'] = 10:'That was your final lesson! Your course complete, you are issued a certificate that shows you are a certified masseuse.'
 
 				act 'Leave':gt 'dk', 'holl'
 			end