Active skills, Corruption and Eruption

This commit is contained in:
2020-11-25 08:10:05 +00:00
committed by Gent S
parent 1371a6da77
commit 2cde3e34f6
3 changed files with 233 additions and 10 deletions

View File

@@ -332,7 +332,7 @@ void NanoManager::summonNano(CNSocket *sock, int slot) {
if (pwr.skillType == SkillTable[skillID].skillType) {
resp.eCSTB___Add = 1; // the part that makes nano go ZOOMAZOOM
plr->nanoDrainRate = SkillTable[skillID].batteryUse[boost*3];
pwr.handle(sock, targetData, nanoID, skillID, 0, SkillTable[skillID].powerIntensity[boost]);
}
}