This commit is contained in:
Edith Boles 2021-10-04 18:36:51 -07:00
parent 8cd9817e59
commit 35b9134e23

View File

@ -56,7 +56,7 @@ public class BlockShiftRitual extends Ritual {
}
target.sendMessage(ChatColor.YELLOW + "You sense that reality has shifted. You see " + ChatColor.GOLD + chosenMat.toString().replace("_", " ") + ChatColor.YELLOW + " in glowing letters.");
if (target.getUniqueId() != caster.getUniqueId()) {
caster.sendMessage(ChatColor.YELLOW + "You sense that reality has shifted. You hear " + ChatColor.GOLD + chosenMat.toString().replace("_", " ") + ChatColor.YELLOW + " in the distance.");
caster.sendMessage(ChatColor.YELLOW + "You sense that reality has shifted. You hear " + ChatColor.GOLD + otherMaterial.toString().replace("_", " ") + ChatColor.YELLOW + " in the distance.");
}
Block block = target.getLocation().getBlock();
for(int x = -12; x <= 12; x ++) {