mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-22 13:37:22 +00:00
parent
3eb319af5b
commit
ae06188871
@ -185,6 +185,7 @@ std::vector<ItemSetPassiveAbility> ItemSetPassiveAbility::FindAbilities(uint32_t
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
// Paradox
|
// Paradox
|
||||||
|
case ItemSetPassiveAbilityID::BatLord:
|
||||||
case ItemSetPassiveAbilityID::SpaceMarauderRank1:
|
case ItemSetPassiveAbilityID::SpaceMarauderRank1:
|
||||||
case ItemSetPassiveAbilityID::SpaceMarauderRank2:
|
case ItemSetPassiveAbilityID::SpaceMarauderRank2:
|
||||||
case ItemSetPassiveAbilityID::SpaceMarauderRank3:
|
case ItemSetPassiveAbilityID::SpaceMarauderRank3:
|
||||||
@ -223,6 +224,12 @@ void ItemSetPassiveAbility::OnEnemySmshed()
|
|||||||
|
|
||||||
switch (id)
|
switch (id)
|
||||||
{
|
{
|
||||||
|
// Bat Lord
|
||||||
|
case ItemSetPassiveAbilityID::BatLord: {
|
||||||
|
if(equippedCount < 5) return;
|
||||||
|
destroyableComponent->Heal(3);
|
||||||
|
break;
|
||||||
|
}
|
||||||
// Sentinel
|
// Sentinel
|
||||||
case ItemSetPassiveAbilityID::KnightRank1: {
|
case ItemSetPassiveAbilityID::KnightRank1: {
|
||||||
if (equippedCount < 5) return;
|
if (equippedCount < 5) return;
|
||||||
|
Loading…
Reference in New Issue
Block a user