Skip to content

Commit ead2e95

Browse files
committed
Allow cloning weapons
1 parent c892161 commit ead2e95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xivModdingFramework/Mods/RootCloner.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ public static class RootCloner
2828

2929
public static bool IsSupported(XivDependencyRoot root)
3030
{
31+
if (root.Info.PrimaryType == XivItemType.weapon) return true;
3132
if (root.Info.PrimaryType == XivItemType.equipment) return true;
3233
if (root.Info.PrimaryType == XivItemType.accessory) return true;
3334
if (root.Info.PrimaryType == XivItemType.human && root.Info.SecondaryType == XivItemType.hair) return true;

0 commit comments

Comments
 (0)