Frost mage AI

This commit is contained in:
Bobblybook
2024-07-21 05:14:27 +10:00
parent b36521a353
commit ba4751fb01

View File

@@ -56,7 +56,7 @@ private:
return new ActionNode ("frostbolt",
/*P*/ nullptr,
/*A*/ nullptr,
/*C*/ NextAction::array(0, new NextAction("deep freeze"), NULL));
/*C*/ NextAction::array(0, new NextAction("deep freeze"), nullptr));
}
};