Skip to content
Snippets Groups Projects
Commit fd614f1a authored by lowercasedonkey's avatar lowercasedonkey
Browse files

Fix from typing

parent 8fd90d5d
No related branches found
No related tags found
1 merge request!8528Body swap to JS
......@@ -181,7 +181,7 @@ globalThis.bodySwap = function(soul, body, fromGenepool) {
soul.minorInjury = body.minorInjury;
soul.eyewear = body.eyewear;
soul.earwear = body.earwear;
soul.earsPiercing = body.earsPiercing;
soul.earPiercing = body.earPiercing;
soul.armAccessory = body.armAccessory;
soul.legAccessory = body.legAccessory;
soul.bellyAccessory = body.bellyAccessory;
......
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