1
0
Pārlūkot izejas kodu

[fixed] last thingy in library

anjuna krokus 2 mēneši atpakaļ
vecāks
revīzija
12d8f02d7f

+ 0 - 1
locations/city_library.qsrc

@@ -173,7 +173,6 @@ if $ARGS[0] = 'read':
 end
 
 if $ARGS[0] = 'loan':
-	cla
 	if $lib_book_loaned ! '':
 		'You''ve currently borrowed a <<$lib_book_loaned>>.'
 		if lib_debt <= 0:

+ 0 - 1
locations/pav_library.qsrc

@@ -194,7 +194,6 @@ if $ARGS[0] = 'read':
 end
 
 if $ARGS[0] = 'loan':
-	cla
 	if $lib_book_loaned ! '':
 		'You''ve currently borrowed a <<$lib_book_loaned>>.'
 		if lib_debt <= 0:

+ 1 - 2
locations/uni_library.qsrc

@@ -421,7 +421,6 @@ if $ARGS[0] = 'read':
 end
 
 if $ARGS[0] = 'loan':
-	cla
 	if $lib_book_loaned ! '':
 		'You''ve currently borrowed <<$lib_book_loaned>>.'
 		if lib_debt <= 0:
@@ -446,7 +445,7 @@ if $ARGS[0] = 'loan':
 	if lib_debt > 0:
 		'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)':