Explorar o código

[fixed] potential dead ends in the library

anjuna krokus hai 2 meses
pai
achega
363ce6686d
Modificáronse 3 ficheiros con 6 adicións e 16 borrados
  1. 2 6
      locations/city_library.qsrc
  2. 2 6
      locations/pav_library.qsrc
  3. 2 4
      locations/uni_library.qsrc

+ 2 - 6
locations/city_library.qsrc

@@ -193,8 +193,6 @@ if $ARGS[0] = 'loan':
 			if lib_debt <= 0: lib_debt = 0
 			gt 'city_library'
 		end
-
-		act 'Go back': gt 'city_library'
 	end
 
 	if lib_debt > 0:
@@ -217,8 +215,6 @@ if $ARGS[0] = 'loan':
 				end
 			end
 		end
-		
-		act 'Go back': gt 'city_library'
 	end
 
 	if $lib_book_loaned = '' and lib_debt = 0:
@@ -282,9 +278,9 @@ if $ARGS[0] = 'loan':
 			'"You need to return it within 2 weeks. Every day that you''re late incurs a 50 <b>₽</b> fine."'
 			act 'Continue': gt 'city_library'
 		end}
-	
-		act 'Go back': gt 'city_library'
 	end
+
+	act 'Go back': gt 'city_library'
 end
 
 --- city_library ---------------------------------

+ 2 - 6
locations/pav_library.qsrc

@@ -215,8 +215,6 @@ if $ARGS[0] = 'loan':
 			lib_book_read = 0
 			gt 'pav_library'
 		end
-
-		act 'Go back': gt 'pav_library'
 	end
 
 	if lib_debt > 0:
@@ -239,8 +237,6 @@ if $ARGS[0] = 'loan':
 				end
 			end
 		end
-		
-		act 'Go back': gt 'pav_library'
 	end
 
 	if $lib_book_loaned = '' and lib_debt = 0:
@@ -304,9 +300,9 @@ if $ARGS[0] = 'loan':
 			'"You need to return it within 2 weeks. Every day that you''re late incurs a 50 <b>₽</b> fine."'
 			act 'Continue': gt 'pav_library'
 		end}
-		
-		act 'Go back': gt 'pav_library'
 	end
+
+	act 'Go back': gt 'pav_library'
 end
 
 --- pav_library ---------------------------------

+ 2 - 4
locations/uni_library.qsrc

@@ -441,8 +441,6 @@ if $ARGS[0] = 'loan':
 			if lib_debt <= 0: lib_debt = 0
 			gt 'uni_library', 'start'
 		end
-
-		act 'Go back': gt 'uni_library', 'start'
 	end
 
 	if lib_debt > 0:
@@ -528,9 +526,9 @@ if $ARGS[0] = 'loan':
 			'"You need to return it within 2 weeks. Every day that you''re late incurs a 50 <b>₽</b> fine."'
 			act 'Continue': gt 'uni_library'
 		end}
-		
-		act 'Go back': gt 'uni_library', 'start'
 	end
+
+	act 'Go back': gt 'uni_library', 'start'
 end
 
 if $ARGS[0] = 'kendra':