| Left Ear: |
@@ -246,6 +259,7 @@ GLOBAL_LIST_EMPTY(custom_outfits) //Admin created outfits
O.head = text2path(href_list["outfit_head"])
O.back = text2path(href_list["outfit_back"])
O.mask = text2path(href_list["outfit_mask"])
+ O.neck = text2path(href_list["outfit_neckwear"])
O.glasses = text2path(href_list["outfit_glasses"])
O.r_hand = text2path(href_list["outfit_r_hand"])
O.l_hand = text2path(href_list["outfit_l_hand"])
|