* Fixed an issue with the order of layers caused by the use of sets
This commit is contained in:
LoafyLemon 2022-10-19 22:19:05 +01:00
parent 022da2a727
commit b8bc54fc54
1 changed files with 4 additions and 4 deletions

View File

@ -75,12 +75,12 @@ init -1 python:
threadlock = False
icon_threadlock = False
layers_extra = {"extra", "outline", "overlay"}
layers_special = {"skin", "mask", "wind_mask"}
layers_additional = {"back", "front"}
layers_extra = ("extra", "outline", "overlay")
layers_special = ("skin", "mask", "wind_mask")
layers_additional = ("back", "front")
blacklist_toggles = ("hair", "glasses", "pubes", "piercing", "makeup", "tattoo", "earrings")
blacklist_unequip = {"hair"}
blacklist_unequip = ("hair",)
multislots = ("makeup", "accessory", "piercing", "tattoo")
sizes = (1010, 1200) # Default sizes used for defining rare cases