Compare commits
2 Commits
5ffc865c00
...
77d37ce6b5
| Author | SHA1 | Date |
|---|---|---|
|
|
77d37ce6b5 | |
|
|
5dc829674a |
|
|
@ -155,7 +155,7 @@
|
||||||
|
|
||||||
<li
|
<li
|
||||||
v-if="actor.naturalLips === false || actor.naturalLabia === false
|
v-if="actor.naturalLips === false || actor.naturalLabia === false
|
||||||
|| actor.boobsVolume || actor.boobsPlacement || actor.boobsIncision || actor.boobsImplant
|
|| (actor.naturalBoobs === false && !actor.bust) || actor.boobsVolume || actor.boobsPlacement || actor.boobsIncision || actor.boobsImplant
|
||||||
|| actor.buttVolume || actor.buttImplant"
|
|| actor.buttVolume || actor.buttImplant"
|
||||||
class="bio-item augmentations hideable"
|
class="bio-item augmentations hideable"
|
||||||
>
|
>
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
"name": "traxxx-web",
|
"name": "traxxx-web",
|
||||||
"version": "0.41.16",
|
"version": "0.41.17",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"version": "0.41.16",
|
"version": "0.41.17",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@brillout/json-serializer": "^0.5.8",
|
"@brillout/json-serializer": "^0.5.8",
|
||||||
"@dicebear/collection": "^7.0.5",
|
"@dicebear/collection": "^7.0.5",
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,7 @@
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"vite": "$vite"
|
"vite": "$vite"
|
||||||
},
|
},
|
||||||
"version": "0.41.16",
|
"version": "0.41.17",
|
||||||
"imports": {
|
"imports": {
|
||||||
"#/*": "./*.js"
|
"#/*": "./*.js"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue