Skip to content
Snippets Groups Projects
Commit c497aad0 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'bodyswapfix' into 'pregmod-master'

Fixing lost back appendages in bodyswap

See merge request !11471
parents 67b8f2ec 0ce72900
Branches
Tags
1 merge request!11471Fixing lost back appendages in bodyswap
Pipeline #67586 passed
...@@ -36,6 +36,12 @@ globalThis.bodySwap = function(soul, body, fromGenepool) { ...@@ -36,6 +36,12 @@ globalThis.bodySwap = function(soul, body, fromGenepool) {
soul.tail = body.tail; soul.tail = body.tail;
soul.tailShape = body.tailShape; soul.tailShape = body.tailShape;
soul.tailColor = body.tailColor; soul.tailColor = body.tailColor;
soul.PBack = body.PBack;
soul.wingsShape = body.wingsShape;
soul.appendages = soul.appendages;
soul.appendagesColor = soul.appendagesColor;
soul.appendagesEffectColor = body.appendagesEffectColor;
soul.appendagesEffect = body.appendagesEffect;
soul.origHColor = body.origHColor; soul.origHColor = body.origHColor;
soul.hColor = body.hColor; soul.hColor = body.hColor;
soul.hLength = body.hLength; soul.hLength = body.hLength;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment