diff --git a/src/events/RE/reBoomerang.js b/src/events/RE/reBoomerang.js index 146144bfc63526ac944131361edce9b678178f91..6737a418f06ad1c9799cc2c5e8a06f1ba2dd106c 100644 --- a/src/events/RE/reBoomerang.js +++ b/src/events/RE/reBoomerang.js @@ -109,6 +109,7 @@ App.Events.REBoomerang = class REBoomerang extends App.Events.BaseEvent { case "factory farm": case "free range": case "pastoralist arcology": + case "milk aficionado": switch (buyer) { case "free range": r.push(Spoken(slave, `"The nice free range dairy you sold me to failed, and a horrible factory farm bought everyone. It's horrible."`)); @@ -130,6 +131,10 @@ App.Events.REBoomerang = class REBoomerang extends App.Events.BaseEvent { r.push(Spoken(slave, `"I got resold to a dairy. A horrible dairy. They said I'm valuable because I give two kinds of milk."`)); r.push(`The`); break; + case "milk aficionado": + r.push(Spoken(slave, `"When my new owner got bored of my flavored milk, he just left me hooked up to the milking machine and forgot about me."`)); + r.push(`The`); + break; default: r.push(`You sold ${him} to a factory farm, and the`); } @@ -144,7 +149,7 @@ App.Events.REBoomerang = class REBoomerang extends App.Events.BaseEvent { } else { r.push(`feet.`); } - r.push(`The soles of the feet are a convenient place to beat a whore, since it's agonizingly painful, doesn't bruise badly, and won't inconvenience a slave that spends all ${his} time kneeling or lying down.`); + r.push(`The soles of the feet are a convenient place to beat a cow, since it's agonizingly painful, doesn't bruise badly, and won't inconvenience a slave that spends all ${his} time kneeling or lying down.`); } slave.anus = 4; slave.lactation = 2; diff --git a/src/interaction/sellSlave.js b/src/interaction/sellSlave.js index 403c909c33ffdc20001e8cda4ff06f8838913bca..f2d2bc7833a5cedcfc01f588d096a0bbd330200d 100644 --- a/src/interaction/sellSlave.js +++ b/src/interaction/sellSlave.js @@ -2587,7 +2587,7 @@ App.Interact.sellSlave = function(slave) { return r; } }], - ["Milk aficionado", { + ["milk aficionado", { cost: 1.4, offerDesc: `from a wealthy milk aficionado that would like to add ${him} to his dairy.`, get requirements() { return (slave.milkFlavor !== "none" && slave.boobsImplant === 0 && slave.health.condition > 40); },