浏览代码

add a hint where to get a loan

rachels 3 年之前
父节点
当前提交
f57dfdff7f
共有 1 个文件被更改,包括 11 次插入2 次删除
  1. 11 2
      locations/bank.qsrc

+ 11 - 2
locations/bank.qsrc

@@ -73,8 +73,17 @@ if $ARGS[0] = 'start':
 				act 'Walk away':gt 'bank', 'start'
 			end
 
-			if bankDebtLimitRaised = 0 and bankloc = 1 and karta >= 10000:
-				act 'See about increasing your credit limit': gt 'bank', 'loan_officer', 'start'
+			if bankDebtLimitRaised = 0 and karta >= 10000:
+				act 'See about increasing your credit limit':
+					if bankloc = 1:
+						gt 'bank', 'loan_officer', 'start'
+					else
+						'You approach the teller and say, “Hello, I’d like to talk to someone about increasing my credit limit.”'
+						*nl
+						'The teller nods and tells you, “Unfortunately our credit limit functions are being handled through our Saint Petersburg branch. I’m sure they’d be happy to help you there.”'
+						delact 'See about increasing your credit limit'
+					end
+				end
 			end
 		end
 		if karta >= 0: