From dc88c92b8540c4cfc190c394b9c2f72faee311fd Mon Sep 17 00:00:00 2001 From: kopareigns <kopareigns@gmail.com> Date: Thu, 17 Jan 2019 22:10:52 -0500 Subject: [PATCH] Convert Pussy.tw --- src/art/artJS.tw | 5 +++++ src/art/vector/Pussy.tw | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/art/artJS.tw b/src/art/artJS.tw index 0b89f4f3879..46f7f947c68 100644 --- a/src/art/artJS.tw +++ b/src/art/artJS.tw @@ -3514,3 +3514,8 @@ window.ArtVectorPubicHair = function(slave) { } return r; }; + +window.ArtVectorPussy = function(slave) { + if (slave.vagina >= 0 && slave.clothes !== "a latex catsuit" && slave.clothes !== "a comfortable bodysuit" && slave.clothes !== "a cybersuit") + return jsInclude("Art_Vector_Pussy"); +}; diff --git a/src/art/vector/Pussy.tw b/src/art/vector/Pussy.tw index 7ba2a9af163..c021c883f0e 100644 --- a/src/art/vector/Pussy.tw +++ b/src/art/vector/Pussy.tw @@ -1,5 +1,3 @@ :: Art_Vector_Pussy_ [nobr] -<<if _artSlave.vagina >= 0 && _artSlave.clothes != "a latex catsuit" && _artSlave.clothes != "a comfortable bodysuit" && _artSlave.clothes != "a cybersuit">> - <<include Art_Vector_Pussy>> -<</if>> +<<= ArtVectorPussy(_artSlave)>> -- GitLab