소스 검색

[added] humiliation to willpower

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

+ 11 - 0
locations/willpower.qsrc

@@ -143,6 +143,17 @@ if $ARGS[0] = 'prostitution':
 		will_cost = (100 + will_calc)/10
 	end
 end
+
+if $ARGS[0] = 'humiliation':
+	gs 'willpower', 'calc'
+	will_cost = 0
+	if missCum >= timeTresh: will_calc += 100
+	if stat['humiliation'] <= 90:
+		will_cost = (stat['humiliation'] + will_calc)/10
+	else
+		will_cost = (100 + will_calc)/10
+	end
+end
 	
 if $ARGS[0] = 'swallow':
 	gs 'willpower', 'calc'