Skip to content
Snippets Groups Projects
Commit 0ad3985e authored by Skriv's avatar Skriv
Browse files

fix art per suggestion

parent 4aeb8fbb
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,11 @@ App.Events.RESSAssFitting = class RESSAssFitting extends App.Events.BaseEvent {
V.nextLink = "Next Week";
App.Events.drawEventArt(node, eventSlave, "no clothing");
let artDiv = document.createElement("div"); // named container so we can replace it later
App.Events.drawEventArt(artDiv, eventSlave, "no clothing");
node.appendChild(artDiv);
let t = [];
t.push(`Your slaves get dressed in a large wardrobe area adjacent to the dormitory, rooms, and showers. There are always slaves working, so groups of slaves can be seen putting on their clothing here several times a day. Your naked sex slaves hurrying into the outfits you've selected for them is an undeniably erotic sight. Sometimes it's comical, especially when your transformations of your slaves' bodies produce amusing inconveniences. Today, it's`);
t.push(App.UI.slaveDescriptionDialog(eventSlave));
......@@ -231,7 +235,9 @@ App.Events.RESSAssFitting = class RESSAssFitting extends App.Events.BaseEvent {
]);
function help() {
App.Events.drawEventArt(node, eventSlave);
// replace slave art
$(artDiv).empty();
App.Events.drawEventArt(artDiv, eventSlave);
t = [];
t.push(`Deciding to help ${him}, you head over and grab a handful of each of ${his} asscheeks, hefting ${him}`);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment