bard uses pathfinding

This commit is contained in:
2025-01-15 19:39:15 -06:00
parent d2e0b7b95c
commit 4c342c9b9a
+2 -1
View File
@@ -792,7 +792,8 @@ public enum PowersManager {
if(msg.getPowerUsedID() == 429005674){ //bard sprint if(msg.getPowerUsedID() == 429005674){ //bard sprint
//use sprint instead of ballad of beregund the bold //use sprint instead of ballad of beregund the bold
applyPower(playerCharacter,playerCharacter,playerCharacter.loc,429611355,msg.getNumTrains(),false); //applyPower(playerCharacter,playerCharacter,playerCharacter.loc,429611355,msg.getNumTrains(),false);
msg.setPowerUsedID(429611355);
} }
if(msg.getPowerUsedID() == 429494441) {//wildkins chase if(msg.getPowerUsedID() == 429494441) {//wildkins chase
playerCharacter.removeEffectBySource(EffectSourceType.Root,40,true); playerCharacter.removeEffectBySource(EffectSourceType.Root,40,true);