Przeglądaj źródła

[added] humiliation to willpower

julzor 5 lat temu
rodzic
commit
b4f912b38e
1 zmienionych plików z 11 dodań i 0 usunięć
  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'