Skip to content
Snippets Groups Projects
Commit dc88c92b authored by kopareigns's avatar kopareigns
Browse files

Convert Pussy.tw

parent 460aa344
No related branches found
No related tags found
No related merge requests found
......@@ -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");
};
:: 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)>>
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