1
0
Переглянути джерело

[fixed] wrong text in sgrup, and added gschool_lunch to possible locations for all other sgrup text.

3xpurt 5 роки тому
батько
коміт
0e65c0d647

+ 3 - 3
locations/Sgrup.qsrc

@@ -7,9 +7,9 @@ $textgrup = ''
 
 act 'Leave':gt 'gschool_lessons', 'short_break'
 
-if $loc = 'gschool_grounds':
-	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/lunch/peremena<<urand>>.jpg"></center>'
-	'You decide to spend your break in a classroom. As you enter, you find several of your classmates already sitting there: the smart kids decided to get an early start on their homework assignments, while the outcasts are mostly hiding away from everyone else, hoping that no one will pick on them today.'
+if $loc = 'gschool_grounds' or $loc = 'gschool_lunch':
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/lunch/lunch.jpg"></center>'
+	'You stay in the cafeteria where some of the teachers are eating or watching over the kids making sure there is no trouble.'
 end
 *nl
 i = 0

+ 1 - 1
locations/Sgrup1.qsrc

@@ -7,7 +7,7 @@ $textgrup = ''
 
 act 'Leave':gt 'gschool_lessons', 'short_break'
 
-if $loc = 'gschool_grounds':
+if $loc = 'gschool_grounds' or $loc = 'gschool_lunch':
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/lunch/peremena<<urand>>.jpg"></center>'
 	'You decide to spend your break in a classroom. As you enter, you find several of your classmates already sitting there: the smart kids decided to get an early start on their homework assignments, while the outcasts are mostly hiding away from everyone else, hoping that no one will pick on them today.'
 end

+ 1 - 1
locations/Sgrup2.qsrc

@@ -7,7 +7,7 @@ $textgrup = ''
 
 act 'Leave':gt 'gschool_lessons', 'short_break'
 
-if $loc = 'gschool_grounds':
+if $loc = 'gschool_grounds' or $loc = 'gschool_lunch':
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/lunch/school.jpg"></center>'
 	'When the break finally comes, the girls wander through the hallways of the school, gossiping about pretty much everyone they know. The guys are standing around in small groups, some of them sneaking off to have a smoke behind the school building. The cool kids are hanging out in one area, and on the other side of the hallway the sporty kids are talking about their upcoming competitions.'
 end

+ 1 - 1
locations/Sgrup3.qsrc

@@ -7,7 +7,7 @@ $textgrup = ''
 
 act 'Leave':gt 'gschool_lessons', 'short_break'
 
-if $loc = 'gschool_grounds':
+if $loc = 'gschool_grounds' or $loc = 'gschool_lunch':
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/lunch/school.jpg"></center>'
 	'When the break finally comes, the girls wander through the hallways of the school, gossiping about pretty much everyone they know. The guys are standing around in small groups, some of them sneaking off to have a smoke behind the school building. The cool kids are hanging out in one area, and on the other side of the hallway the sporty kids are talking about their upcoming competitions.'
 end

+ 1 - 1
locations/Sgrup4.qsrc

@@ -7,7 +7,7 @@ $textgrup = ''
 
 act 'Leave':gt 'gschool_lessons', 'short_break'
 
-if $loc = 'gschool_grounds':
+if $loc = 'gschool_grounds' or $loc = 'gschool_lunch':
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/lunch/toilet.jpg"></center>'
 	'You need to use the restroom and as you enter you notice a lot of beautiful girls from your school there. They check their make-up, doing minor touch-ups while they gossip about their classmates who happen to not be there. Some people are standing by the windows, smoking. The Gopniks from your class are standing near the toilets.'
 end

+ 1 - 1
locations/Sgrup5.qsrc

@@ -7,7 +7,7 @@ $textgrup = ''
 
 act 'Leave':gt 'gschool_lessons', 'short_break'
 
-if $loc = 'gschool_grounds':
+if $loc = 'gschool_grounds' or $loc = 'gschool_lunch':
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/lunch/peremena<<urand>>.jpg"></center>'
 	'You decide to spend your break in a classroom. As you enter, you find several of your classmates already sitting there: the smart kids decided to get an early start on their homework assignments, while the outcasts are mostly hiding away from everyone else, hoping that no one will pick on them today.'
 end