Пример #1
0
    public override string StartScene(PlayerMain player, BasicChar other)
    {
        string returnText = "Forcing you on your back, your enemy fondles your c**t just enough for your body to betray you and your pussy to get wet. ";

        Organs sexualOrgans = player.SexualOrgans;

        returnText += sexualOrgans.HaveBalls()
            ? "Moving your balls to the side, they thrust in to you."
            : "Spreading your lips with one hand, they thrust into you.";

        System.Collections.Generic.List <Balls> Oballs = other.SexualOrgans.Balls;
        returnText += $"\n\nKnowing how to handle someone with as little experience as you, they pin your arms above your head and quickly bring you to o****m, your shuddering walls causing them to cum{Settings.LorGal(Oballs.Cumming())} into you. ";
        if (sexualOrgans.Vaginas.EmptyWomb())
        {
            if (player.Impregnate(other))
            {
                returnText += $" You feel an odd filling sensation in your belly... They couldn't have gotten you pregnant, could they?";
            }
        }
        return(returnText);
    }
Пример #2
0
    public override string StartScene(PlayerMain player, BasicChar other)
    {
        string returnText   = $"Forcing you onto your back, {other.Identity.FirstName} expertly massages your c**k and balls, quickly bringing you erect. ";
        Organs sexualOrgans = player.SexualOrgans;

        if (sexualOrgans.HaveVagina())
        {
            returnText += " They even tease your pussy a bit, all to make you cum quicker.";
        }
        System.Collections.Generic.List <Balls> balls = sexualOrgans.Balls;
        returnText += $"\n\nUnable to put up more than a feeble struggle, you find yourself cumming {Settings.LorGal(balls.Cumming())} down their throat seconds after their lips meet your dick's head.";
        return(returnText);
    }
Пример #3
0
 public override string StartScene(PlayerMain player, BasicChar other)
 {
     System.Collections.Generic.List <Dick>  dicks = other.SexualOrgans.Dicks;
     System.Collections.Generic.List <Balls> balls = other.SexualOrgans.Balls;
     return($"{other.Identity.FirstName} forces your head to their crotch, and starts thrusting their { Settings.MorInch(dicks.BiggestSize())} dick into your mouth. Despite your intentions, your body betrays you and o*****s as they cum {Settings.LorGal(balls.Cumming())}.");
 }