We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c892161 commit ead2e95Copy full SHA for ead2e95
xivModdingFramework/Mods/RootCloner.cs
@@ -28,6 +28,7 @@ public static class RootCloner
28
29
public static bool IsSupported(XivDependencyRoot root)
30
{
31
+ if (root.Info.PrimaryType == XivItemType.weapon) return true;
32
if (root.Info.PrimaryType == XivItemType.equipment) return true;
33
if (root.Info.PrimaryType == XivItemType.accessory) return true;
34
if (root.Info.PrimaryType == XivItemType.human && root.Info.SecondaryType == XivItemType.hair) return true;
0 commit comments