Port egg buffs over to new system

This commit is contained in:
gsemaj
2022-07-30 13:47:27 -07:00
parent 9977907842
commit dc6386131a
14 changed files with 157 additions and 159 deletions

View File

@@ -3,6 +3,7 @@
#include "core/Core.hpp"
#include "Player.hpp"
#include "Abilities.hpp"
#include <map>
@@ -25,4 +26,5 @@ 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);
}