瀏覽代碼

[fixed] pcs_willpwr typo in voltrener

3xpurt 5 年之前
父節點
當前提交
35896bad7f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      locations/Voltrener.qsrc

+ 1 - 1
locations/Voltrener.qsrc

@@ -204,7 +204,7 @@ if $ARGS[0] = 'talk':
 				else
 					'You ask the coach about joining the team, the coach thinks for a minute. "I have a spot for a substitute, but I do not know if you have what it takes."'
 					gs 'willpower', 'misc', 'self'
-					if will_cost <= pcs_willpwer:
+					if will_cost <= pcs_willpwr:
 						act 'Persuade him (<<will_cost>> Willpower)':
 							*clr & cla
 							gs 'willpower', 'pay', 'self'