diff --git a/src/js/bodySwap/bodySwap.js b/src/js/bodySwap/bodySwap.js index f59138595d39d5648fc0aedccceca6bd57b06d4d..d1c4e345493f17114998eb73102d788e204e379a 100644 --- a/src/js/bodySwap/bodySwap.js +++ b/src/js/bodySwap/bodySwap.js @@ -10,12 +10,7 @@ globalThis.bodySwap = function(soul, body, fromGenepool) { soul.physicalAge = body.physicalAge; soul.visualAge = body.visualAge; soul.ageImplant = body.ageImplant; - soul.health.condition = body.health.condition; - soul.health.shortDamage = body.health.shortDamage; - soul.health.longDamage = body.health.longDamage; - soul.health.illness = body.health.illness; - soul.health.tired = body.health.tired; - soul.health.health = body.health.health; + soul.health = body.health; soul.weight = body.weight; soul.muscles = body.muscles; soul.height = body.height; @@ -174,9 +169,6 @@ globalThis.bodySwap = function(soul, body, fromGenepool) { soul.curatives = body.curatives; soul.drugs = body.drugs; soul.prestige = body.prestige; - soul.porn.viewerCount = body.porn.viewerCount; - soul.porn.prestige = body.porn.prestige; - soul.porn.prestigeDesc = body.porn.prestigeDesc; soul.prestigeDesc = body.prestigeDesc; soul.minorInjury = body.minorInjury; soul.eyewear = body.eyewear;