|
@@ -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 ---------------------------------
|