From 8dea0edf2155acf4c79127b0cdb8a775b0411caf Mon Sep 17 00:00:00 2001 From: DenialMC Date: Fri, 15 May 2015 23:16:46 +0300 Subject: [PATCH] Fix article names --- toontown/toonbase/TTLocalizerEnglish.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/toontown/toonbase/TTLocalizerEnglish.py b/toontown/toonbase/TTLocalizerEnglish.py index edac2f42..f3f12f5b 100644 --- a/toontown/toonbase/TTLocalizerEnglish.py +++ b/toontown/toonbase/TTLocalizerEnglish.py @@ -5163,12 +5163,8 @@ FurnitureNames = {100: 'Armchair', 10020: 'Winter Tree', 10030: 'Winter Wreath'} ClothingArticleNames = ('Shirt', - 'Shirt', - 'Shirt', 'Shorts', - 'Shorts', - 'Skirt', - 'Shorts') + 'Skirt') ClothingTypeNames = {1001: 'Ghost Shirt', 1002: 'Pumpkin Shirt', 1112: 'Bee Shirt',