mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2024-12-23 00:15:05 +00:00
Fix a couple of things
This commit is contained in:
parent
9048e1c8ea
commit
a7d2a958b3
2 changed files with 5 additions and 6 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue