diff --git a/src/events/scheduled/sePCBirthday.desc.js b/src/events/scheduled/sePCBirthday.desc.js index 3a5c9624c13660f76ad938974899f4ac46f174b7..a609c995ac881fae83656c3baf03d36616bbae31 100644 --- a/src/events/scheduled/sePCBirthday.desc.js +++ b/src/events/scheduled/sePCBirthday.desc.js @@ -188,7 +188,7 @@ App.Events.pcBirthday.Desc = (function(bday) { When you look back down at your screen, you find a trio of beautiful, curvaceous slaves, fumbling over each other in a hedonistic pile. "...Maybe," you hear ${data.assistPN.her} clarify. </p> - ${this.renderChoice_Business_AssistantVideo()} + ${this.renderChoice_Business_AssistantVideo(data)} <p> You look over at ${V.assistant.name} again. "Happy birthday, ${properTitle()}. I spent all week rendering it. Now let's make some money!" </p>`; @@ -212,8 +212,9 @@ App.Events.pcBirthday.Desc = (function(bday) { }, /** * Helper function for a mini-scene. + * @param {App.Events.pcBirthday.EventData} data */ - renderChoice_Business_AssistantVideo: function() { + renderChoice_Business_AssistantVideo: function(data) { let slaveDescSing = "woman"; let slaveDescPlural = "women"; diff --git a/src/events/scheduled/sePCBirthday.js b/src/events/scheduled/sePCBirthday.js index 98d37d7e3c051ca0caddc11f2ae84d660ca7da61..51274ce8de135086247e1e56dad6a5943cc94778 100644 --- a/src/events/scheduled/sePCBirthday.js +++ b/src/events/scheduled/sePCBirthday.js @@ -30,6 +30,7 @@ App.Events.SEpcBirthday = class SEpcBirthday extends App.Events.BaseEvent { * @property {?App.Events.pcBirthday.PlannerData} planner The possible party planner and their role; may be `null` if none is found. See `determinePlanner()`. * The scene doesn't *have* to use the planner, even if one is found. * @property {App.Utils.Pronouns} assistPN Pronouns for the player's assistant. + * @property {App.Utils.Pronouns} marketPN Pronouns for the market assistant. * @property {string} attire Records the dress type chosen by the player in some branches. */