|
@@ -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
|
|
if rand(0,3) = 0: nataliaQW['library_day'] = daystart
|
|
end
|
|
end
|
|
if nataliaQW['library_day'] = daystart:
|
|
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
|
|
end
|
|
end
|
|
|
|
|
|
@@ -220,9 +220,9 @@ if $ARGS[0] = 'loan':
|
|
end
|
|
end
|
|
|
|
|
|
if lib_debt > 0:
|
|
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:
|
|
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
|
|
else
|
|
if money >= lib_debt:
|
|
if money >= lib_debt:
|
|
act 'Pay your debt (cash)':
|
|
act 'Pay your debt (cash)':
|
|
@@ -239,6 +239,8 @@ if $ARGS[0] = 'loan':
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
|
|
+
|
|
|
|
+ act 'Go back': gt 'pav_library'
|
|
end
|
|
end
|
|
|
|
|
|
if $lib_book_loaned = '' and lib_debt = 0:
|
|
if $lib_book_loaned = '' and lib_debt = 0:
|