diff --git a/src/art/vector/Arm.tw b/src/art/vector/Arm.tw
index cc043f4ff00bf275cc214bda19e4f2c269c91811..b45284415834faa48fee526b258d500864e71cd4 100644
--- a/src/art/vector/Arm.tw
+++ b/src/art/vector/Arm.tw
@@ -327,25 +327,25 @@
 
 <<if _artSlave.clothes == "Western clothing">>
 	<<if _leftArmType == "High">>
-		<<include Art_Vector_Arm_Outfit_WesternClothing_Left_High>>
+		<<include Art_Vector_Arm_Outfit_Western_Left_High>>
 	<<elseif _leftArmType == "Mid">>
-		<<include Art_Vector_Arm_Outfit_WesternClothing_Left_Mid>>
+		<<include Art_Vector_Arm_Outfit_Western_Left_Mid>>
 	<<elseif _leftArmType == "Low">>
-		<<include Art_Vector_Arm_Outfit_WesternClothing_Left_Low>>
+		<<include Art_Vector_Arm_Outfit_Western_Left_Low>>
 	<<elseif _leftArmType == "Rebel">>
-		<<include Art_Vector_Arm_Outfit_WesternClothing_Left_Rebel>>
+		<<include Art_Vector_Arm_Outfit_Western_Left_Rebel>>
 	<<elseif _rightArmType == "Thumb Down">>
-		<<include Art_Vector_Arm_Outfit_WesternClothing_Left_Thumb>>
+		<<include Art_Vector_Arm_Outfit_Western_Left_Thumb>>
 	<</if>>
 <</if>>
 	
 <<if _artSlave.clothes == "Western clothing">>
 	<<if _rightArmType == "High">>
-		<<include Art_Vector_Arm_Outfit_WesternClothing_Right_High>>
+		<<include Art_Vector_Arm_Outfit_Western_Right_High>>
 	<<elseif _rightArmType == "Mid">>
-		<<include Art_Vector_Arm_Outfit_WesternClothing_Right_Mid>>
+		<<include Art_Vector_Arm_Outfit_Western_Right_Mid>>
 	<<elseif _rightArmType == "Low">>
-		<<include Art_Vector_Arm_Outfit_WesternClothing_Right_Low>>
+		<<include Art_Vector_Arm_Outfit_Western_Right_Low>>
 	<</if>>
 <</if>>
 
@@ -563,4 +563,4 @@
 	<<elseif _rightArmType == "Low">>
 		<<include Art_Vector_Arm_Outfit_ClubslutNetting_Right_Low>>
 	<</if>>
-<</if>>
\ No newline at end of file
+<</if>>
diff --git a/src/art/vector/Boob_Addons.tw b/src/art/vector/Boob_Addons.tw
index ae51b2ebd996bed4f476639ecfd5823f4b1ae799..4cfc284f07b5039d0f6146c081b35a0632ed0e73 100644
--- a/src/art/vector/Boob_Addons.tw
+++ b/src/art/vector/Boob_Addons.tw
@@ -229,7 +229,7 @@
 <<if _artSlave.clothes == "Western clothing">>
   <<if _artSlave.boobs < 300 >>
   <<else>>
-    <<include Art_Vector_Boob_Outfit_WesternClothing>>
+    <<include Art_Vector_Boob_Outfit_Western>>
   <</if>>
 <</if>>
 <<if _artSlave.clothes == "a penitent nuns habit">>
diff --git a/src/art/vector/Head.tw b/src/art/vector/Head.tw
index d4489c4aa49d946a06a6902302c30db0b62aa690..c1968cc89f5cf1d3667ec8310c21e58eff54e437 100644
--- a/src/art/vector/Head.tw
+++ b/src/art/vector/Head.tw
@@ -72,7 +72,7 @@
     <<include Art_Vector_Head_Outfit_PenitentNunsHabit>>
   <</if>>
   <<if _artSlave.clothes == "Western clothing">>
-    <<include Art_Vector_Head_Outfit_WesternClothing>>
+    <<include Art_Vector_Head_Outfit_Western>>
   <</if>>
   <<if _artSlave.clothes == "a military uniform">>
     <<include Art_Vector_Head_Outfit_MilitaryUniform>>
diff --git a/src/art/vector/Torso_Outfit.tw b/src/art/vector/Torso_Outfit.tw
index ab32db178c219cc3470c293af68ff6bea1cb8275..fc4a96f86f2e1a005c36ea97a82911eec81bea3f 100644
--- a/src/art/vector/Torso_Outfit.tw
+++ b/src/art/vector/Torso_Outfit.tw
@@ -92,7 +92,7 @@
 	<<case "a toga">>
 		<<set _art = "Art_Vector_Torso_Outfit_Toga_" >>
 	<<case "Western clothing">>
-		<<set _art = "Art_Vector_Torso_Outfit_WesternClothing_" >>
+		<<set _art = "Art_Vector_Torso_Outfit_Western_" >>
 	<<case "chains">>
 		<<set _art = "Art_Vector_Torso_Outfit_Chains_" >>
 	<<case "a penitent nuns habit">>