diff --git a/src/events/reDevotedTwins.js b/src/events/reDevotedTwins.js index a9ca29e19ec365b05241cf991f1a761afdd73a68..93428236832988655643008f61df3fd999ef5f27 100644 --- a/src/events/reDevotedTwins.js +++ b/src/events/reDevotedTwins.js @@ -50,9 +50,11 @@ App.Events.REDevotedTwins = class REDevotedTwins extends App.Events.BaseEvent { function morningWalk() { t = []; t.push(`You head out of your penthouse with a pretty sex slave under each arm. They're attentive companions, doing everything they can to mirror each other as they show off their bodies to onlookers.`); - // check weather - t.push(`It's a bright, sunny day, so you walk them up and down a busy glassed-in galleria.`); - // check weather + if (V.weatherToday.severity <= 2) { + t.push(`It's a bright, sunny day, so you walk them up and down a busy glassed-in galleria.`); + } else { + t.push(`It's a particularly nasty day, so you stick to walking them up and down the crowded interior malls.`); + } t.push(`They clearly expect you to fuck them in public, but for once you just enjoy a couple of hours with them. They start disappointed that you aren't going to use them, but they quickly get over it and enjoy preening under your arms. <span class="trust inc">They have both become more trusting of you,</span> and <span class="reputation inc">your reputation has increased considerably.</span>`); for (const slave of [alphaTwin, betaTwin]) {