diff --git a/src/art/artJS.tw b/src/art/artJS.tw index 0b89f4f3879f1de070057dfd700a0a710104b2e1..46f7f947c68870ee3e732202843837dc497407a1 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 7ba2a9af163530d46930ca752d920df41216b9cc..c021c883f0e597eeb4691b71407156e58ba87934 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)>>