1
This commit is contained in:
parent
0ce5b5e056
commit
7dc4c84fb3
@ -446,7 +446,7 @@ namespace mt
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void Buff::SafeCallStaticPostInit(int)
|
void Buff::StaticPostInit(int)
|
||||||
{
|
{
|
||||||
#ifdef NEW_NUM
|
#ifdef NEW_NUM
|
||||||
a8::XPrintf("----------------------------------------------------------------\n", {});
|
a8::XPrintf("----------------------------------------------------------------\n", {});
|
||||||
|
@ -24,7 +24,7 @@ namespace mt
|
|||||||
|
|
||||||
void Init1();
|
void Init1();
|
||||||
void Init2();
|
void Init2();
|
||||||
static void SafeCallStaticPostInit(int);
|
static void StaticPostInit(int);
|
||||||
|
|
||||||
bool EffectCanStack() const;
|
bool EffectCanStack() const;
|
||||||
bool IsImmuneBuffEffect(int buff_effect) const;
|
bool IsImmuneBuffEffect(int buff_effect) const;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user