Example #1
0
 protected override string GrewFirstBreastRow(Creature target, BreastData oldBreasts)
 {
     if (Utils.Rand(2) == 0)
     {
         return(GlobalStrings.NewParagraph() + "Your " + oldBreasts.LongDescription() + " tingle for a moment before becoming larger.");
     }
     else
     {
         return(GlobalStrings.NewParagraph() + "You feel a little weight added to your chest as your " + oldBreasts.LongDescription() +
                " seem to inflate and settle in a larger size.");
     }
 }
Example #2
0
 protected override string StartedLactatingText(Creature target, BreastData preLactation)
 {
     return(GlobalStrings.NewParagraph() + "You gasp as your " + preLactation.LongDescription() + " feel like they are filling up with something. " +
            "Within moments, a drop of milk leaks from your " + preLactation.LongDescription() + "; <b> you are now lactating</b>.");
 }