forked from 2009Scape/Server
Changed Soul Altar to use the Telekinetic Grab tablet instead of the Runecrafting Guild tablet
This commit is contained in:
parent
82681e8303
commit
845a00079b
1 changed files with 1 additions and 1 deletions
|
|
@ -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.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue