Parcourir la source

Missing actions

KevinSmarts il y a 6 ans
Parent
commit
4293c45db1
3 fichiers modifiés avec 12 ajouts et 0 suppressions
  1. 4 0
      locations/gschool_lessonsev1
  2. 4 0
      locations/gschool_lessonsev2
  3. 4 0
      locations/gschool_lessonsev3

+ 4 - 0
locations/gschool_lessonsev1

@@ -337,6 +337,7 @@ if $ARGS[0] = 'biology':
 			end
 			act 'Ignore them and wait for the end of the lesson': gt 'gschool_lessons', 'short_break'
 		end
+		act 'Wait for the end of the lesson': gt 'gschool_lessons', 'short_break'
 	else
 		gt 'gschool_lessons', 'short_break'
 	end
@@ -481,6 +482,7 @@ if $ARGS[0] = 'science':
 			end
 			act 'Ignore them and wait for the end of the lesson': gt 'gschool_lessons', 'short_break'
 		end
+		act 'Wait for the end of the lesson': gt 'gschool_lessons', 'short_break'
 	else
 		gt 'gschool_lessons', 'short_break'
 	end
@@ -767,6 +769,7 @@ if $ARGS[0] = 'computer':
 				act 'Go to the Principals office': gt 'gschool_office', 'principal'
 			end
 		end
+		act 'Wait for the end of the lesson': gt 'gschool_lessons', 'short_break'
 	else
 		gt 'gschool_lessons', 'short_break'
 	end
@@ -1096,6 +1099,7 @@ if $ARGS[0] = 'russian':
 				act 'Wait for the end of the lesson': gt 'gschool_lessons', 'short_break'
 			end
 		end
+		act 'Wait for the end of the lesson': gt 'gschool_lessons', 'short_break'
 	else
 		gt 'gschool_lessons', 'short_break'
 	end

+ 4 - 0
locations/gschool_lessonsev2

@@ -266,6 +266,7 @@ if $ARGS[0] = 'geography':
 				act 'Wait for the end of the lesson': gt 'gschool_lessons', 'short_break'
 			end
 		end
+		act 'Wait for the end of the lesson': gt 'gschool_lessons', 'short_break'
 	else
 		gt 'gschool_lessons', 'short_break'
 	end
@@ -437,6 +438,7 @@ if $ARGS[0] = 'math':
 				act 'Wait for the end of the lesson': gt 'gschool_lessons', 'short_break'
 			end
 		end
+		act 'Wait for the end of the lesson': gt 'gschool_lessons', 'short_break'
 	else
 		gt 'gschool_lessons', 'short_break'
 	end
@@ -717,6 +719,7 @@ if $ARGS[0] = 'history':
 			end
 			act 'Ignore them and wait for the end of the lesson': gt 'gschool_lessons', 'short_break'
 		end
+		act 'Wait for the end of the lesson': gt 'gschool_lessons', 'short_break'
 	else
 		gt 'gschool_lessons', 'short_break'
 	end
@@ -935,6 +938,7 @@ if $ARGS[0] = 'shop':
 			end
 			act 'Ignore them and wait for the end of the lesson': gt 'gschool_lessons', 'short_break'
 		end
+		act 'Wait for the end of the lesson': gt 'gschool_lessons', 'short_break'
 	else
 		gt 'gschool_lessons', 'short_break'
 	end

+ 4 - 0
locations/gschool_lessonsev3

@@ -175,6 +175,7 @@ if $ARGS[0] = 'literature':
 			*nl
 			'As you wait for the end of the lesson, you notice you''re not the only one being a bit drowsy; Lizaveta is very close to falling asleep on her desk.'
 		end
+		act 'Wait for the end of the lesson': gt 'gschool_lessons', 'short_break'
 	else
 		gt 'gschool_lessons', 'short_break'
 	end
@@ -498,6 +499,7 @@ if $ARGS[0] = 'english':
 				act 'Wait for the end of the lesson': gt 'gschool_lessons', 'short_break'
 			end
 		end
+		act 'Wait for the end of the lesson': gt 'gschool_lessons', 'short_break'
 	else
 		gt 'gschool_lessons', 'short_break'
 	end
@@ -890,6 +892,7 @@ if $ARGS[0] = 'music':
 			end
 			act 'Ignore them and wait for the end of the lesson': gt 'gschool_lessons', 'short_break'
 		end
+		act 'Wait for the end of the lesson': gt 'gschool_lessons', 'short_break'
 	else
 		gt 'gschool_lessons', 'short_break'
 	end
@@ -1079,6 +1082,7 @@ if $ARGS[0] = 'art':
 			end
 			act 'Ignore them and wait for the end of the lesson': gt 'gschool_lessons', 'short_break'
 		end
+		act 'Wait for the end of the lesson': gt 'gschool_lessons', 'short_break'
 	else
 		gt 'gschool_lessons', 'short_break'
 	end