Reuse useNanoSkill codepath for passive powers

This commit is contained in:
gsemaj
2023-07-20 17:53:13 -04:00
committed by gsemaj
parent 945599f93c
commit 773e4b36e1
4 changed files with 38 additions and 59 deletions

View File

@@ -26,5 +26,4 @@ namespace Nanos {
void summonNano(CNSocket* sock, int slot, bool silent = false);
int nanoStyle(int nanoID);
bool getNanoBoost(Player* plr);
std::vector<ICombatant*> applyNanoBuff(SkillData* skill, Player* plr);
}