Cpq1 ,2 add linguas

This commit is contained in:
Diego Armando de Freitas Matos
2019-03-07 22:37:00 -03:00
parent 90ad58f17f
commit 0a8efa4238
7 changed files with 75 additions and 15 deletions

View File

@@ -939,7 +939,7 @@ public class MapleStatEffect {
applyto.removeAllCooldownsExcept(Buccaneer.TIME_LEAP, true);
} else if (cp != 0 && applyto.getMonsterCarnival() != null) {
applyto.gainCP(cp);
} else if (nuffSkill != 0 && applyto.getParty() != null && applyto.getMap().isCPQMap()) {
} else if (nuffSkill != 0 && applyto.getParty() != null && applyto.getMap().isCPQMap()) { // by Drago-Dragohe4rt
final MCSkill skil = MapleCarnivalFactory.getInstance().getSkill(nuffSkill);
if (skil != null) {
final MapleDisease dis = skil.getDisease();
@@ -964,7 +964,7 @@ public class MapleStatEffect {
}
}
}
} else if (cureDebuffs.size() > 0) {
} else if (cureDebuffs.size() > 0) { // by Drago-Dragohe4rt
for (final MapleDisease debuff : cureDebuffs) {
if (applyfrom.getParty() != null) {
for (MaplePartyCharacter chrs : applyfrom.getParty().getPartyMembers()) {