引雷标记extender
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user