Skip to content
Snippets Groups Projects
Commit 0343f025 authored by brickode's avatar brickode
Browse files

Added something to BC, added to bodyswapWidgets

parent c109f626
No related branches found
No related tags found
1 merge request!3480Elf Ears
...@@ -71,6 +71,7 @@ ...@@ -71,6 +71,7 @@
<<set $args[0].hears = $args[1].hears>> <<set $args[0].hears = $args[1].hears>>
<<set $args[0].earwear = $args[1].earwear>> <<set $args[0].earwear = $args[1].earwear>>
<<set $args[0].earImplant = $args[1].earImplant>> <<set $args[0].earImplant = $args[1].earImplant>>
<<set $args[0].earShape = $args[1].earShape>>
<<set $args[0].origHColor = $args[1].origHColor>> <<set $args[0].origHColor = $args[1].origHColor>>
<<set $args[0].hColor = $args[1].hColor>> <<set $args[0].hColor = $args[1].hColor>>
<<set $args[0].hLength = $args[1].hLength>> <<set $args[0].hLength = $args[1].hLength>>
......
...@@ -61,6 +61,10 @@ ...@@ -61,6 +61,10 @@
<<unset $basenationalities>> <<unset $basenationalities>>
<</if>> <</if>>
<<if ndef $slaves.earShape>>
<<set $slaves.earShape = "normal">>
<</if>>
<<if ndef $PC.name>> <<if ndef $PC.name>>
<<if def $PCName>> <<if def $PCName>>
<<set $PC.name = $PCName>> <<set $PC.name = $PCName>>
......
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