ABS char skill system

This commit is contained in:
2024-03-27 17:17:34 -05:00
parent 27d869276a
commit aff2a8fa0e
16 changed files with 542 additions and 656 deletions
+3 -3
View File
@@ -1188,8 +1188,8 @@ public enum PowersManager {
PlayerCharacter pc = (PlayerCharacter) target;
int raceID = 0;
if (pc.getRace() != null)
raceID = pc.getRace().getRaceRuneID();
if (pc.race != null)
raceID = pc.race.getRaceRuneID();
switch (mtp) {
case "Shade":
@@ -1334,7 +1334,7 @@ public enum PowersManager {
timers.get("Summon").cancelJob();
// get time to wait before summons goes through
BaseClass base = source.getBaseClass();
BaseClass base = source.baseClass;
PromotionClass promo = source.getPromotionClass();
int duration;