Skip to content
Snippets Groups Projects
Commit 7a1ee75b authored by fcanon's avatar fcanon
Browse files

fix NGP/BC giving all slaves prostates

parent 5b6b7a0a
No related branches found
No related tags found
No related merge requests found
...@@ -80,7 +80,10 @@ ...@@ -80,7 +80,10 @@
<<set $args[0].underArmHStyle = "waxed">> <<set $args[0].underArmHStyle = "waxed">>
<</if>> <</if>>
<<if def $args[0].prostateImplant>> <<if def $args[0].prostateImplant>>
<<set $args[0].prostate = 3>> <<if ($args[0].prostateImplant == 1)>>
<<set $args[0].prostate = 3>>
<</if>>
<<unset $args[0].prostateImplant>>
<</if>> <</if>>
<<if ndef $args[0].bodySwap>> <<if ndef $args[0].bodySwap>>
<<set $args[0].bodySwap = 0>> <<set $args[0].bodySwap = 0>>
......
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