Skip to content
Snippets Groups Projects
Commit 18e6d718 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

clothing fix

parent 68b5369d
No related branches found
No related tags found
No related merge requests found
......@@ -35,10 +35,7 @@ App.Events.REHGReplacement = class REHGReplacement extends App.Events.BaseEvent
V.nextButton = "Continue";
V.nextLink = "Next Week";
const _clothesTemp = slave.clothes;
slave.clothes = "no clothing"; // Only slave is naked, not HG.
App.Events.drawEventArt(node, [slave, S.HeadGirl], );
slave.clothes = _clothesTemp;
App.Events.drawEventArt(node, [slave, S.HeadGirl], ["no clothing", null]);
App.Utils.setLocalPronouns(slave);
const {
......
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