1
0
Переглянути джерело

[fixed] pcs_willpwr typo in voltrener

3xpurt 4 роки тому
батько
коміт
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'