- Apr 21, 2017
- 571
- 2,155
I dunno man, always seems to be one of the two no matter how much they suck
I've had them do the third level before. I don't think they've ever gone to deep throat, though, from that option. I think it may be possible, but each further option is just less likely.
Code:
"Set your own pace. . .":
"[Girl.Name] hums contentedly."
if "setpace" not in EmmaX.DailyActions:
$ Girl.Statup("Love", 80, 2)
$ D20 = renpy.random.randint(1, 20)
if Girl.Blow < 5:
$ D20 -= 10
elif Girl.Blow < 10:
$ D20 -= 5
if D20 > 15:
$ Speed = 4
if "setpace" not in Girl.DailyActions:
$ Girl.Statup("Inbt", 80, 3)
elif D20 > 10:
$ Speed = 3
elif D20 > 5:
$ Speed = 2
else:
$ Speed = 1
$ Girl.AddWord(1,"setpace","setpace")