mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-29 15:47:46 +00:00
Add sprint costtype
This commit is contained in:
parent
8f0c517514
commit
ac4c8ec8a6
2 changed files with 2 additions and 0 deletions
|
@ -816,6 +816,7 @@ namespace Sapphire::Common
|
||||||
MagicPoints = 3,
|
MagicPoints = 3,
|
||||||
TacticsPoints = 5,
|
TacticsPoints = 5,
|
||||||
TacticsPoints1 = 6,
|
TacticsPoints1 = 6,
|
||||||
|
Sprint = 18,
|
||||||
// WARGauge = 22,
|
// WARGauge = 22,
|
||||||
// DRKGauge = 25,
|
// DRKGauge = 25,
|
||||||
// AetherflowStack = 30,
|
// AetherflowStack = 30,
|
||||||
|
|
|
@ -702,6 +702,7 @@ bool Action::Action::primaryCostCheck( bool subtractCosts )
|
||||||
{
|
{
|
||||||
case Common::ActionPrimaryCostType::TacticsPoints:
|
case Common::ActionPrimaryCostType::TacticsPoints:
|
||||||
case Common::ActionPrimaryCostType::TacticsPoints1:
|
case Common::ActionPrimaryCostType::TacticsPoints1:
|
||||||
|
case Common::ActionPrimaryCostType::Sprint:
|
||||||
{
|
{
|
||||||
auto curTp = m_pSource->getTp();
|
auto curTp = m_pSource->getTp();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue