引雷标记extender

This commit is contained in:
SoulliesOfficial
2026-07-26 09:42:03 -04:00
parent 39b43680a9
commit b047eb5e6d
22 changed files with 530 additions and 76 deletions

View File

@@ -95,7 +95,11 @@ namespace Cielonos.MainGame.Inventory.Collections
{
if (functionSm["Lightning"].IsAvailable() && fullBodyFuncAnimSm.CheckPlayability())
{
PlayLightning(RefreshPrimaryTarget());
bool playStartupFeedback = false;
CharacterBase target = _hasLightningConcentrator
? RefreshLightningConcentratorTarget(out playStartupFeedback)
: RefreshPrimaryTarget();
PlayLightning(target, playStartupFeedback);
}
}
}