From fc02d5c41bd19888db8e71d91fc99fab53d90014 Mon Sep 17 00:00:00 2001 From: DebaucheryLibrarian Date: Thu, 24 Oct 2024 21:01:57 +0200 Subject: [PATCH] Added boobs incision and labia fields. --- actors.mjs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/actors.mjs b/actors.mjs index 8e9fb5d..0e9b9f7 100644 --- a/actors.mjs +++ b/actors.mjs @@ -83,12 +83,14 @@ function curateProfileEntry(profile) { boobs_volume: profile.boobsVolume, boobs_implant: profile.boobsImplant, boobs_placement: profile.boobsPlacement, + boobs_incision: profile.boobsIncision, boobs_surgeon: profile.boobsSurgeon, natural_butt: profile.naturalButt, butt_volume: profile.buttVolume, butt_implant: profile.buttImplant, natural_lips: profile.naturalLips, lips_volume: profile.lipsVolume, + natural_labia: profile.naturalLabia, height: profile.height, weight: profile.weight, shoe_size: profile.shoeSize,