Fix a couple of things

This commit is contained in:
MistPhizzle 2014-06-26 18:51:13 -04:00
parent 9048e1c8ea
commit a7d2a958b3
2 changed files with 5 additions and 6 deletions

View file

@ -581,12 +581,11 @@ public class Methods {
BlockFace[] faces = { BlockFace.DOWN, BlockFace.UP, BlockFace.NORTH,
BlockFace.EAST, BlockFace.WEST, BlockFace.SOUTH };
boolean adjacent = false;
if (Methods.isAbilityInstalled("PhaseChange", "orion304")) {
for (BlockFace face : faces) {
if (FreezeMelt.frozenblocks.containsKey((block.getRelative(face))))
adjacent = true;
}
for (BlockFace face : faces) {
if (FreezeMelt.frozenblocks.containsKey((block.getRelative(face))))
adjacent = true;
}
return adjacent;
}

View file

@ -79,7 +79,7 @@ Abilities:
SwimSpeedFactor: 0.7
Bloodbending:
Enabled: true
Description: "This ability was made illegal for a reason. With this ability selected, sneak while targeting something and you will bloodbend that target. Bloodbent targets cannot move, bend, or attack. You are free to control their actions by looking elsewhere - they will be forced to move in that direciton. Additionally, clicking while bloodbending will launch that target off in the direction you're looking. People who are capable of bloodbending are immune to technique, and you are immune to theirs.";
Description: "This ability was made illegal for a reason. With this ability selected, sneak while targeting something and you will bloodbend that target. Bloodbent targets cannot move, bend, or attack. You are free to control their actions by looking elsewhere - they will be forced to move in that direciton. Additionally, clicking while bloodbending will launch that target off in the direction you're looking. People who are capable of bloodbending are immune to technique, and you are immune to theirs."
ThrowFactor: 2
Range: 10
IceSpike: