mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
parent
aba9368632
commit
5d55436cec
1 changed files with 5 additions and 1 deletions
|
@ -5178,8 +5178,12 @@ FurnitureNames = {100: 'Armchair',
|
||||||
10020: 'Winter Tree',
|
10020: 'Winter Tree',
|
||||||
10030: 'Winter Wreath'}
|
10030: 'Winter Wreath'}
|
||||||
ClothingArticleNames = ('Shirt',
|
ClothingArticleNames = ('Shirt',
|
||||||
|
'Shirt',
|
||||||
|
'Shirt',
|
||||||
'Shorts',
|
'Shorts',
|
||||||
'Skirt')
|
'Shorts',
|
||||||
|
'Skirt',
|
||||||
|
'Shorts')
|
||||||
ClothingTypeNames = {1001: 'Ghost Shirt',
|
ClothingTypeNames = {1001: 'Ghost Shirt',
|
||||||
1002: 'Pumpkin Shirt',
|
1002: 'Pumpkin Shirt',
|
||||||
1112: 'Bee Shirt',
|
1112: 'Bee Shirt',
|
||||||
|
|
Loading…
Reference in a new issue