|
@@ -442,7 +442,7 @@ end
|
|
|
if $ARGS[0] = 'art':
|
|
|
menu_off = 1
|
|
|
pcs_grades += rand(0,1)
|
|
|
- artslks_exp += rand(1,2)
|
|
|
+ artskls_exp += rand(1,2)
|
|
|
agil_exp += rand(0,1)
|
|
|
gs 'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/classart.jpg"></center>'
|
|
@@ -456,7 +456,7 @@ if $ARGS[0] = 'art':
|
|
|
grupvalue[4] -= 1
|
|
|
grupvalue[3] += 1
|
|
|
pcs_grades += rand(0,1)
|
|
|
- artslks_exp += rand(1,2)
|
|
|
+ artskls_exp += rand(1,2)
|
|
|
agil_exp += rand(0,1)
|
|
|
traits['nerd_lessons'] += 1
|
|
|
if traits['nerd_status'] < 3: gs 'willpower', 'pay', 'self'
|
|
@@ -465,7 +465,7 @@ if $ARGS[0] = 'art':
|
|
|
'You listen attentively to Mr. Vasilyev for the duration of the class. Today''s lesson was interesting and informative, and you feel you learned a lot about the history of art and famous artist.'
|
|
|
act 'Ask a question about the lesson':
|
|
|
*clr & cla
|
|
|
- artslks_exp += rand(0,1)
|
|
|
+ artskls_exp += rand(0,1)
|
|
|
agil_exp += rand(0,1)
|
|
|
pcs_grades += rand(0,1)
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/ask.jpg"></center>'
|
|
@@ -830,7 +830,7 @@ if $ARGS[0] = 'art':
|
|
|
'Mr. Vasilyev tries to convince you of the importance of todays lesson, "<<$pcs_nickname>>, please pay attention, this is very important. Today''s topic is going to be on the exam for sure."'
|
|
|
act 'Reluctantly pay attention':
|
|
|
*clr & cla
|
|
|
- artslks_exp += rand(0,1)
|
|
|
+ artskls_exp += rand(0,1)
|
|
|
agil_exp += rand(0,1)
|
|
|
pcs_grades += rand(0,1)
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/bathroom/angryteacher.jpg"></center>'
|
|
@@ -841,7 +841,7 @@ if $ARGS[0] = 'art':
|
|
|
*clr & cla
|
|
|
grupvalue[4] -= 1
|
|
|
grupvalue[3] += 1
|
|
|
- artslks_exp += rand(0,2)
|
|
|
+ artskls_exp += rand(0,2)
|
|
|
agil_exp += rand(0,1)
|
|
|
pcs_grades += rand(0,1)
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/payattention.jpg"></center>'
|