소스 검색

[fixed] Wrong variable name

KevinSmarts 5 년 전
부모
커밋
9d115495d3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      locations/willpower.qsrc

+ 1 - 1
locations/willpower.qsrc

@@ -290,7 +290,7 @@ if $ARGS[0] = 'resist': pcs_willpwr -= will_cost
 if $ARGS[0] = 'force':
 	pcs_willpwr -= will_cost
 	will_counter += 1
-	if will_counter > 10: pcs_will += 1
+	if will_counter > 10: willpowermax += 1
 end
 
 --- willpower ---------------------------------