Changed Soul Altar to use the Telekinetic Grab tablet instead of the Runecrafting Guild tablet

This commit is contained in:
randy 2024-11-04 19:19:38 -07:00
parent 82681e8303
commit 845a00079b

View file

@ -290,7 +290,7 @@ public final class RuneCraftPulse extends SkillPulse<Item> {
if (altar == Altar.LAW) { tablet = new Item(13608, amount); }
if (altar == Altar.DEATH) { tablet = new Item(13609, amount); }
if (altar == Altar.BLOOD) { tablet = new Item(13610, amount); }
if (altar == Altar.SOUL) { tablet = new Item(13598, amount); }
if (altar == Altar.SOUL) { tablet = new Item(8022, amount); }
if (tablet != null && player.getInventory().remove(clay)) {
player.getInventory().add(tablet);
player.getPacketDispatch().sendMessage("You bind the temple's power into teleport tablets.");