diff --git a/src/events/RE/reNickname.js b/src/events/RE/reNickname.js index 5db2cfcb7fe0afd3166af8c274b557918ccffb5b..cbf2cc4f0eb5842e52337cbf2a21159f264d938d 100644 --- a/src/events/RE/reNickname.js +++ b/src/events/RE/reNickname.js @@ -1650,7 +1650,7 @@ App.Events.RENickname = class RENickname extends App.Events.BaseEvent { nicknameArray = ["Barely Legal"]; } } - situationDesc = `is yet underage by old world standards, and some older slaves do not let ${him} forget that.`; + situationDesc = `is still considered underage by old world standards, and some older slaves do not let ${him} forget that.`; applyDesc = `understands that far from being a mockery, your sanction has turned an intended insult into a reference to the appeal of ${his} years.`; notApplyDesc = `understands that despite ${his} young age ${he} must do ${his} best to fuck like the most veteran of whores.`; diff --git a/src/events/nonRandomEvent.js b/src/events/nonRandomEvent.js index 279e9a13162f9ecbaf085876489a60d7e8a130b7..030f53b00797033b40a7d39ad97772d2c7914ba9 100644 --- a/src/events/nonRandomEvent.js +++ b/src/events/nonRandomEvent.js @@ -151,13 +151,13 @@ App.Events.playNonrandomEvent = function() { const clearEvent = () => { V.event = null; }; if (V.event instanceof App.Events.BaseEvent) { - // we've deserialized a saved game with an event active, or a cheater has picked one, so just play it immediately + // we've deserialized a saved game with an event active, or a player has picked one, so just play it immediately V.event.execute(d); V.passageSwitchHandler = clearEvent; } else { - if (V.debugMode > 0 && V.debugModeEventSelection) { + if (V.debugMode > 0 && V.debugModeEventSelection > 0) { V.nextButton = "Refresh"; - // show all the scheduled, nonrandom, and queued events, and allow the cheater to play them in any order and skip the remainder + // show all the scheduled, nonrandom, and queued events, and allow the player to play them in any order and skip the remainder App.UI.DOM.appendNewElement("h2", d, "Scheduled and Nonrandom Events"); App.UI.DOM.appendNewElement("div", d, "These scheduled and nonrandom events still need to play this week, in this order."); App.UI.DOM.appendNewElement("div", d, "WARNING: playing certain scheduled events out of order, or skipping them, can break your game! Be careful!", ["note", "warning"]); diff --git a/src/facilities/incubator/incubatorInteract.js b/src/facilities/incubator/incubatorInteract.js index 9b57a3fe331332addaf70a257e3c0ce089afaf21..d5b12f2cf04d824b4dd2d60642932a62a84182ef 100644 --- a/src/facilities/incubator/incubatorInteract.js +++ b/src/facilities/incubator/incubatorInteract.js @@ -1566,6 +1566,7 @@ App.UI.incubator = function() { function refresh() { jQuery(settingsContent).empty().append(tankSettings()); jQuery(introSpan).empty().append(intro()); + jQuery(tanksContent).empty().append(tankBabies()); } } diff --git a/src/facilities/surgery/surgeryPassageStructural.js b/src/facilities/surgery/surgeryPassageStructural.js index ec79ab27381b82cdd64d1187148169a716b17ed9..d8e9f58d21d1d9820837339598d577821240908e 100644 --- a/src/facilities/surgery/surgeryPassageStructural.js +++ b/src/facilities/surgery/surgeryPassageStructural.js @@ -236,7 +236,7 @@ App.UI.surgeryPassageStructural = function(slave, cheat = false) { } else if (slave.heightImplant >= 1) { if (slave.height < (Height.mean(slave) + 15) && V.surgeryUpgrade === 1) { linkArray.push(makeLink( - "Advanced height gain surger", + "Advanced height gain surgery", "height", increaseHeight )); diff --git a/src/gui/Encyclopedia/encyclopediaBeingInCharge.js b/src/gui/Encyclopedia/encyclopediaBeingInCharge.js index 1ecaad5891f0851a62cbb19beca7430c8e98bf59..a8c11fcbbd9207d71fb5c45b815c9656c77e4dfb 100644 --- a/src/gui/Encyclopedia/encyclopediaBeingInCharge.js +++ b/src/gui/Encyclopedia/encyclopediaBeingInCharge.js @@ -138,7 +138,7 @@ App.Encyclopedia.addArticle("Rules Assistant", function() { r = []; r.push(App.Encyclopedia.topic("Applying a rule to specific assignments")); - r.push("You can apply a rule only to slaves on individual assignments by selecting them under <span class='encyclopedia interaction'>Apply to assignments</span>. For example a rule can give aphrodisiacs to slaves on whoring assignments. <span class='note'>This is mutually exclusive to automatically giving an assignment to slaves.</span>"); + r.push("You can apply a rule only to slaves on individual assignments by selecting them under <span class='encyclopedia interaction'>Apply to assignments.</span> For example a rule can give aphrodisiacs to slaves on whoring assignments. <span class='note'>This is mutually exclusive to automatically giving an assignment to slaves.</span>"); App.Events.addParagraph(f, r); r = [];