|
@@ -143,6 +143,17 @@ if $ARGS[0] = 'prostitution':
|
|
will_cost = (100 + will_calc)/10
|
|
will_cost = (100 + will_calc)/10
|
|
end
|
|
end
|
|
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':
|
|
if $ARGS[0] = 'swallow':
|
|
gs 'willpower', 'calc'
|
|
gs 'willpower', 'calc'
|