Fix endless earthliving-> flametongue buff loop

This commit is contained in:
Bobblybook
2024-07-17 01:12:15 +10:00
committed by GitHub
parent 228e79ac87
commit 6e48585f76

View File

@@ -19,7 +19,7 @@ class HealShamanStrategyActionNodeFactory : public NamedObjectFactory<ActionNode
{
return new ActionNode ("earthliving weapon",
/*P*/ nullptr,
/*A*/ NextAction::array(0, new NextAction("flametongue weapon"), nullptr),
/*A*/ NextAction::array(0, new NextAction("earthliving weapon"), nullptr),
/*C*/ nullptr);
}