Prechádzať zdrojové kódy

Weird dead end in the library debt

Vengeance_11 2 mesiacov pred
rodič
commit
0d7a9b8eae
2 zmenil súbory, kde vykonal 9 pridanie a 5 odobranie
  1. 4 2
      locations/city_library.qsrc
  2. 5 3
      locations/pav_library.qsrc

+ 4 - 2
locations/city_library.qsrc

@@ -198,9 +198,9 @@ if $ARGS[0] = 'loan':
 	end
 
 	if lib_debt > 0:
-		'You''ve owe an outstanding debt of <<lib_debt>> <b>₽</b> to the library.'
+		'You owe an outstanding debt of <<lib_debt>> <b>₽</b> to the library.'
 		if money < lib_debt and karta < lib_debt:
-			act '<font color="red">Pay your debt</font>': '<br><font color="red">You don''t have enough money to pay your debt.</font>'
+			'You don''t have enough money to pay your debt!'
 		else
 			if money >= lib_debt:
 				act 'Pay your debt (cash)':
@@ -217,6 +217,8 @@ if $ARGS[0] = 'loan':
 				end
 			end
 		end
+		
+		act 'Go back': gt 'city_library'
 	end
 
 	if $lib_book_loaned = '' and lib_debt = 0:

+ 5 - 3
locations/pav_library.qsrc

@@ -30,7 +30,7 @@ if mid($start_type,1,2) = 'sg' and kanikuli = 0 and week > 5 and hour >= 12 and
 		if rand(0,3) = 0: nataliaQW['library_day'] = daystart
 	end
 	if nataliaQW['library_day'] = daystart:
-		'You see your classmate <a href="exec: gt ''natalia_pavlova'',''library''">Natalia Pavlova</a> .'
+		'You see your classmate <a href="exec: gt ''natalia_pavlova'',''library''">Natalia Pavlova</a> sitting alone at one of the tables.'
 	end
 end
 
@@ -220,9 +220,9 @@ if $ARGS[0] = 'loan':
 	end
 
 	if lib_debt > 0:
-		'You''ve owe an outstanding debt of <<lib_debt>> <b>₽</b> to the library.'
+		'You owe an outstanding debt of <<lib_debt>> <b>₽</b> to the library.'
 		if money < lib_debt and karta < lib_debt:
-			act '<font color="red">Pay your debt</font>': '<br><font color="red">You don''t have enough money to pay your debt.</font>'
+			'You don''t have enough money to pay your debt!'
 		else
 			if money >= lib_debt:
 				act 'Pay your debt (cash)':
@@ -239,6 +239,8 @@ if $ARGS[0] = 'loan':
 				end
 			end
 		end
+		
+		act 'Go back': gt 'pav_library'
 	end
 
 	if $lib_book_loaned = '' and lib_debt = 0: