diff --git a/Glamourer.GameData/GameData.cs b/Glamourer.GameData/GameData.cs
index 4028c08..34f8b45 100644
--- a/Glamourer.GameData/GameData.cs
+++ b/Glamourer.GameData/GameData.cs
@@ -130,6 +130,8 @@ namespace Glamourer
157 => true,
158 => true,
159 => true,
+ 180 => true,
+ 181 => true,
_ => false,
};
}
diff --git a/Glamourer.zip b/Glamourer.zip
index 1e39496..5169985 100644
Binary files a/Glamourer.zip and b/Glamourer.zip differ
diff --git a/Glamourer/Glamourer.csproj b/Glamourer/Glamourer.csproj
index 5940ec2..686d019 100644
--- a/Glamourer/Glamourer.csproj
+++ b/Glamourer/Glamourer.csproj
@@ -5,8 +5,8 @@
x64
Glamourer
Glamourer
- 0.0.7.1
- 0.0.7.1
+ 0.0.7.2
+ 0.0.7.2
SoftOtter
Glamourer
Copyright © 2020
diff --git a/Glamourer/Glamourer.json b/Glamourer/Glamourer.json
index 6c4b993..b21544d 100644
--- a/Glamourer/Glamourer.json
+++ b/Glamourer/Glamourer.json
@@ -5,7 +5,7 @@
"Description": "Adds functionality to change and store appearance of players, customization and equip. Requires Penumbra to be installed and activated to work. Can also add preview options to the Changed Items tab for Penumbra.",
"Tags": [ "Appearance", "Glamour", "Race", "Outfit", "Armor", "Clothes", "Skins", "Customization", "Design", "Character" ],
"InternalName": "Glamourer",
- "AssemblyVersion": "0.0.7.1",
+ "AssemblyVersion": "0.0.7.2",
"RepoUrl": "https://github.com/Ottermandias/Glamourer",
"ApplicableVersion": "any",
"DalamudApiLevel": 5,
diff --git a/repo.json b/repo.json
index 66c5740..92b39ca 100644
--- a/repo.json
+++ b/repo.json
@@ -6,8 +6,8 @@
"Description": "Adds functionality to change and store appearance of players, customization and equip. Requires Penumbra to be installed and activated to work. Can also add preview options to the Changed Items tab for Penumbra.",
"Tags": [ "Appearance", "Glamour", "Race", "Outfit", "Armor", "Clothes", "Skins", "Customization", "Design", "Character" ],
"InternalName": "Glamourer",
- "AssemblyVersion": "0.0.7.1",
- "TestingAssemblyVersion": "0.0.7.1",
+ "AssemblyVersion": "0.0.7.2",
+ "TestingAssemblyVersion": "0.0.7.2",
"RepoUrl": "https://github.com/Ottermandias/Glamourer",
"ApplicableVersion": "any",
"DalamudApiLevel": 5,