rachels 2 år sedan
förälder
incheckning
e803b8bf19
1 ändrade filer med 3 tillägg och 3 borttagningar
  1. 3 3
      locations/gschool_lessons.qsrc

+ 3 - 3
locations/gschool_lessons.qsrc

@@ -24,7 +24,7 @@ if $ARGS[0] = 'morning':
 		gs 'gschool_socialchg', 'test'
 	end
 		
-	if $breaktype ! 'first':	
+	if $breaktype ! 'first':
 		if detention_set = 1 and week = 1:
 			detention_set = 2
 			'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big134.jpg"></center>'
@@ -45,7 +45,7 @@ if $ARGS[0] = 'morning':
 			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/building/gschool_hall0<<Rand(0,2)>>.jpg"></center>'
 			'Walking down the halls, you barely notice the poor state of the school anymore, having grown used to it. Approaching your locker, you see several of your classmates who you wave to.'
 			gs 'gschool_gossip', 'morning'
-			*nl			
+			*nl
 			gs 'gschool_lessons', 'uniform_check'
 			gs 'gschool_schedule'
 			act 'Go to first period': school_period = 0 & gt 'gschool_lessons', 'schedule'
@@ -55,7 +55,7 @@ if $ARGS[0] = 'morning':
 			act 'Go to the girls restroom': $breaktype = 'first' & gt 'gschool_break', 'girls_restroom'
 			act 'Go to the boys restroom': $breaktype = 'first' & gt 'gschool_break', 'boys_restroom'
 			if week = 1 and class['grade_check_day'] ! daystart:
-				act 'Check you grades': gt 'gschool_lessons', 'grade_check'
+				act 'Check your grades': gt 'gschool_lessons', 'grade_check'
 			end
 		end
 	else