|
@@ -38,6 +38,19 @@ if $ARGS[0] = 'start':
|
|
|
if tatarm > 0:stripKoef6 = rand(1, 3)
|
|
|
if tatside > 0:stripKoef7 = rand(1, 3)
|
|
|
stripKoef = stripKoef1 + stripKoef2 + stripKoef3 + stripKoef4 + stripKoef5 + stripKoef6 + stripKoef7
|
|
|
+ if tatass > 0:stripKoef += rand(3, 6)
|
|
|
+ if tatvag > 0:stripKoef += rand(3, 6)
|
|
|
+
|
|
|
+ ! Piercings increase your desireability as a stripper
|
|
|
+ if pirsA > 0 and pirsA < 10000: stripKoef += rand(2, 5)
|
|
|
+ if pirsB > 0 and pirsB < 10000: stripKoef += rand(0, 2)
|
|
|
+ if pirsC > 0 and pirsC < 10000: stripKoef += rand(0, 1)
|
|
|
+ if pirsD > 0 and pirsD < 10000: stripKoef += rand(0, 3)
|
|
|
+ if pirsE > 0 and pirsE < 10000: stripKoef += rand(0, 2)
|
|
|
+ if pirsF > 0 and pirsF < 10000: stripKoef += rand(2, 5)
|
|
|
+ if pirsG > 0 and pirsG < 10000: stripKoef += rand(3, 7)
|
|
|
+ if pirsN > 0 and pirsN < 10000: stripKoef += rand(0, 2)
|
|
|
+
|
|
|
if countmoney = 1:
|
|
|
countmoney = 0
|
|
|
gs 'stwork', 'tipcalculator'
|