Example #1
0
    public override string StartScene(PlayerMain player, BasicChar other)
    {
        float toGive = player.EssGive();

        player.LoseMasc(toGive);
        other.Essence.Masc.Gain(toGive);
        return("Give masc");
    }