|
@@ -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)':
|