1
This commit is contained in:
parent
4df32c315b
commit
2dc0507367
@ -257,6 +257,12 @@ void Skill::InitActiveSkill()
|
|||||||
if (owner->IsAndroid() || owner->IsHero() || owner->IsCar()) {
|
if (owner->IsAndroid() || owner->IsHero() || owner->IsCar()) {
|
||||||
actived_ = true;
|
actived_ = true;
|
||||||
}
|
}
|
||||||
|
#if 1
|
||||||
|
actived_ = true;
|
||||||
|
if (owner->IsPlayer()) {
|
||||||
|
AddInventory(IS_BLUE_STONE, 1);
|
||||||
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void Skill::InitPassiveSkill()
|
void Skill::InitPassiveSkill()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user