Skip to content
Snippets Groups Projects
Commit 7e75ce02 authored by Skriv's avatar Skriv
Browse files

cleanStayConfined

parent ea7b87be
No related branches found
No related tags found
No related merge requests found
/* eslint-disable no-undef */
/* eslint-disable no-unused-vars */
window.saStayConfined = /** @param {App.Entity.SlaveState} slave */ function saStayConfined(slave) {
const V = State.variables;
const pronouns = getPronouns(slave);
const he = pronouns.pronoun;
const him = pronouns.object;
const his = pronouns.possessive;
const hers = pronouns.possessivePronoun;
const himself = pronouns.objectReflexive;
const boy = pronouns.noun;
const He = capFirstChar(he);
const His = capFirstChar(his);
var pronouns = getPronouns(slave);
var he = pronouns.pronoun, him = pronouns.object, his = pronouns.possessive, hers = pronouns.possessivePronoun, himself = pronouns.objectReflexive, boy = pronouns.noun;
var He = capFirstChar(he), His = capFirstChar(his);
var V = State.variables;
var t = "";
let t = "";
if (slave.fetish !== "mindbroken") {
if (slave.devotion < -50) {
......
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