Give the correct amount of mind runes when purchasing 250 slayer dart casts.

This commit is contained in:
Avi Weinstock 2021-10-03 18:44:24 -04:00
parent ef1d86eaaf
commit a705909506

View file

@ -192,7 +192,7 @@ public class SlayerRewardPlugin extends ComponentPlugin {
case 28:
case 36:
if (purchase(player, 35)) {
player.getInventory().add(new Item(558, 750), player);
player.getInventory().add(new Item(558, 1000), player);
player.getInventory().add(new Item(560, 250), player);
}
break;