Skip to content
Snippets Groups Projects
Commit 1aff4f42 authored by prndev's avatar prndev
Browse files

Consistently renamed WesternClothing to Western (logic).

parent 68a8d62b
Branches
Tags
2 merge requests!2047RA rework,!1960Fixing my art related mistakes
...@@ -327,25 +327,25 @@ ...@@ -327,25 +327,25 @@
<<if _artSlave.clothes == "Western clothing">> <<if _artSlave.clothes == "Western clothing">>
<<if _leftArmType == "High">> <<if _leftArmType == "High">>
<<include Art_Vector_Arm_Outfit_WesternClothing_Left_High>> <<include Art_Vector_Arm_Outfit_Western_Left_High>>
<<elseif _leftArmType == "Mid">> <<elseif _leftArmType == "Mid">>
<<include Art_Vector_Arm_Outfit_WesternClothing_Left_Mid>> <<include Art_Vector_Arm_Outfit_Western_Left_Mid>>
<<elseif _leftArmType == "Low">> <<elseif _leftArmType == "Low">>
<<include Art_Vector_Arm_Outfit_WesternClothing_Left_Low>> <<include Art_Vector_Arm_Outfit_Western_Left_Low>>
<<elseif _leftArmType == "Rebel">> <<elseif _leftArmType == "Rebel">>
<<include Art_Vector_Arm_Outfit_WesternClothing_Left_Rebel>> <<include Art_Vector_Arm_Outfit_Western_Left_Rebel>>
<<elseif _rightArmType == "Thumb Down">> <<elseif _rightArmType == "Thumb Down">>
<<include Art_Vector_Arm_Outfit_WesternClothing_Left_Thumb>> <<include Art_Vector_Arm_Outfit_Western_Left_Thumb>>
<</if>> <</if>>
<</if>> <</if>>
<<if _artSlave.clothes == "Western clothing">> <<if _artSlave.clothes == "Western clothing">>
<<if _rightArmType == "High">> <<if _rightArmType == "High">>
<<include Art_Vector_Arm_Outfit_WesternClothing_Right_High>> <<include Art_Vector_Arm_Outfit_Western_Right_High>>
<<elseif _rightArmType == "Mid">> <<elseif _rightArmType == "Mid">>
<<include Art_Vector_Arm_Outfit_WesternClothing_Right_Mid>> <<include Art_Vector_Arm_Outfit_Western_Right_Mid>>
<<elseif _rightArmType == "Low">> <<elseif _rightArmType == "Low">>
<<include Art_Vector_Arm_Outfit_WesternClothing_Right_Low>> <<include Art_Vector_Arm_Outfit_Western_Right_Low>>
<</if>> <</if>>
<</if>> <</if>>
...@@ -563,4 +563,4 @@ ...@@ -563,4 +563,4 @@
<<elseif _rightArmType == "Low">> <<elseif _rightArmType == "Low">>
<<include Art_Vector_Arm_Outfit_ClubslutNetting_Right_Low>> <<include Art_Vector_Arm_Outfit_ClubslutNetting_Right_Low>>
<</if>> <</if>>
<</if>> <</if>>
\ No newline at end of file
...@@ -229,7 +229,7 @@ ...@@ -229,7 +229,7 @@
<<if _artSlave.clothes == "Western clothing">> <<if _artSlave.clothes == "Western clothing">>
<<if _artSlave.boobs < 300 >> <<if _artSlave.boobs < 300 >>
<<else>> <<else>>
<<include Art_Vector_Boob_Outfit_WesternClothing>> <<include Art_Vector_Boob_Outfit_Western>>
<</if>> <</if>>
<</if>> <</if>>
<<if _artSlave.clothes == "a penitent nuns habit">> <<if _artSlave.clothes == "a penitent nuns habit">>
......
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
<<include Art_Vector_Head_Outfit_PenitentNunsHabit>> <<include Art_Vector_Head_Outfit_PenitentNunsHabit>>
<</if>> <</if>>
<<if _artSlave.clothes == "Western clothing">> <<if _artSlave.clothes == "Western clothing">>
<<include Art_Vector_Head_Outfit_WesternClothing>> <<include Art_Vector_Head_Outfit_Western>>
<</if>> <</if>>
<<if _artSlave.clothes == "a military uniform">> <<if _artSlave.clothes == "a military uniform">>
<<include Art_Vector_Head_Outfit_MilitaryUniform>> <<include Art_Vector_Head_Outfit_MilitaryUniform>>
......
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
<<case "a toga">> <<case "a toga">>
<<set _art = "Art_Vector_Torso_Outfit_Toga_" >> <<set _art = "Art_Vector_Torso_Outfit_Toga_" >>
<<case "Western clothing">> <<case "Western clothing">>
<<set _art = "Art_Vector_Torso_Outfit_WesternClothing_" >> <<set _art = "Art_Vector_Torso_Outfit_Western_" >>
<<case "chains">> <<case "chains">>
<<set _art = "Art_Vector_Torso_Outfit_Chains_" >> <<set _art = "Art_Vector_Torso_Outfit_Chains_" >>
<<case "a penitent nuns habit">> <<case "a penitent nuns habit">>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment