浏览代码

[Code update] Forgot to add time to various events.

Hooded Silence 4 月之前
父节点
当前提交
5d31a3df11
共有 1 个文件被更改,包括 11 次插入5 次删除
  1. 11 5
      locations/ballet_secrets.qsrc

+ 11 - 5
locations/ballet_secrets.qsrc

@@ -17,7 +17,8 @@ if $ARGS[0] = 'init':
   $location_type = 'public_indoors'
   gs 'themes', 'indoors'
   gs 'core_library', 'stage_title'
-
+  minut += 5
+  gs 'stats'
   if week < 7 and hour >= 9 and hour <= 17:
     'You enter the shop and greeted by a riot of displays showcasing ballet and other dance equipment. A woman is sewing something in the corner and glances at you before continuing.'
     if balletqw['ballet_secrets'] = 1:
@@ -75,7 +76,8 @@ if $ARGS[0] = 'reception':
   $location_type = 'public_indoors'
   gs 'themes', 'indoors'
   gs 'core_library', 'stage_title'
-
+  minut += 5
+  gs 'stats'
   'As you enter you are greeted warmly by the gym staff. The gym has an industrial feel reflecting the buildng being converted from an old factory.'
 
   'There is a <a href="exec: gt ''food'', ''watercooler''">drinking fountain</a> near the doors to the gym hall to refill your water bottle.'
@@ -106,6 +108,8 @@ if $ARGS[0]= 'enrol':
 	$epayments['loc_arg'] = 'reception'
 	$epayments['banner']= 'locations/<<$default_img_path>>reception.jpg'
   gs 'core_library', 'stage_title'
+  minut += 30
+  gs 'stats'
 
   if balletqw['membership'] = 0:
     'You approach the reception to discuss membership to the gym.'
@@ -132,6 +136,8 @@ if $ARGS[0] = 'changing_room':
 	$location_type = 'private'
 	$locclass = 'changingroom'
   gs 'themes', 'indoors'
+  minut += 5
+  gs 'stats'
   '<center><h2>Changing Room</h2></center>'
 	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/locker.jpg"></center>'
 
@@ -237,6 +243,8 @@ if $ARGS[0] = 'yoga_courses':
   $location_type = 'public_indoors'
   gs 'themes', 'indoors'
   gs 'core_library', 'stage_title'
+  minut += 5
+  gs 'stats'
   if balletqw['yoga_session'] ! daystart:
     act 'Attend Yoga Class':
       cla
@@ -246,8 +254,6 @@ if $ARGS[0] = 'yoga_courses':
         gs 'exercise', 'tier1', 60, 'sprt', 'agil'
       'You spend sixty minutes in an easy going class today, leaving you feeling refreshed and ready to face the world again.'
       elseif lesson_tier = 2:
-
-
         'You spend sixty minutes with your instructor today correcting your poses and providing advice on how you can improve, leaving you feeling tired and some muscle aches from the exercises.'
         gs 'exercise', 'tier2', 60, 'sprt', 'agil'
       else 
@@ -255,7 +261,7 @@ if $ARGS[0] = 'yoga_courses':
         'Today''s sixty minutes was challenging with the instructor taking the class through some of the more demanding positions. Leaving many of your yoga buddies look more than a little bit ragged after todays session.'
       end
       pcs_willpwr += rand(1,lesson_tier)
-        !! Set minor pain to reflect exercising
+      !! Set minor pain to reflect exercising
 
       gs 'pain', 2, 'legL', 'stretch'
       gs 'pain', 2, 'legR', 'stretch'