From c8f0970881d4af638c6789943e1ff63370d42048 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Sat, 20 Mar 2021 20:28:56 -0400 Subject: [PATCH] missed stuff --- slave variables documentation - Pregmod.txt | 1 + src/js/SlaveState.js | 1 + 2 files changed, 2 insertions(+) diff --git a/slave variables documentation - Pregmod.txt b/slave variables documentation - Pregmod.txt index 53e32ad634e..91c9b737f97 100644 --- a/slave variables documentation - Pregmod.txt +++ b/slave variables documentation - Pregmod.txt @@ -2531,6 +2531,7 @@ takes one of the following strings or 0 "Sacrilege" "Possessive" "Paternalist" +"lewd crest" preg: diff --git a/src/js/SlaveState.js b/src/js/SlaveState.js index 2f1b28b3721..1d8e9ecae77 100644 --- a/src/js/SlaveState.js +++ b/src/js/SlaveState.js @@ -1221,6 +1221,7 @@ App.Entity.SlaveState = class SlaveState { * * "Sacrilege" * * "Possessive" * * "Paternalist" + * * "lewd crest" * @type {FC.Zeroable<string>} */ this.vaginaTat = 0; /** -- GitLab