|
@@ -246,8 +246,7 @@ if $ARGS[0] = 'ballet_courses':
|
|
|
gs 'pain', 2, 'armR', 'stretch'
|
|
|
gs 'pain', 2, 'back', 'stretch'
|
|
|
gs 'pain', 2, 'chest', 'stretch'
|
|
|
- gs 'exercise', 'tier1', 120, 'agil', 'stren', 'danc'
|
|
|
- gs 'exp_gain', 'danc', rand(1,5)
|
|
|
+ gs 'exercise', 'tier3', 120, 'agil', 'stren', 'danc'
|
|
|
'you enter the classroom and the practice barres are set up for usage. You start to perform warm ups before your introductory ballet lesson starts along your fellow students.'
|
|
|
|
|
|
elseif pcs_danc >= 50 or dance_skill <= 74:
|
|
@@ -259,7 +258,7 @@ if $ARGS[0] = 'ballet_courses':
|
|
|
gs 'pain', 3, 'back', 'stretch'
|
|
|
gs 'pain', 3, 'chest', 'stretch'
|
|
|
gs 'exercise', 'tier2', 120, 'agil', 'stren', 'danc'
|
|
|
- gs 'exp_gain', 'danc', rand(1,10)
|
|
|
+
|
|
|
'you enter the classroom and the practice barres are set up for usage. You start to perform warm ups before your intermediate lesson starts along your fellow students.'
|
|
|
else
|
|
|
gs 'pain', 3, 'legL', 'stretch'
|
|
@@ -270,7 +269,6 @@ if $ARGS[0] = 'ballet_courses':
|
|
|
gs 'pain', 3, 'back', 'stretch'
|
|
|
gs 'pain', 3, 'chest', 'stretch'
|
|
|
gs 'exercise', 'tier3', 120, 'agil', 'stren', 'danc'
|
|
|
- gs 'exp_gain', 'danc', rand(5,10)
|
|
|
'you enter the classroom and the practice barres are set up for usage. You start to perform warm ups before your advanced lesson starts along your fellow students.'
|
|
|
end
|
|
|
gs 'stat'
|