mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-11 09:00:23 -07:00
Give the correct amount of mind runes when purchasing 250 slayer dart casts.
This commit is contained in:
parent
ef1d86eaaf
commit
a705909506
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ public class SlayerRewardPlugin extends ComponentPlugin {
|
||||||
case 28:
|
case 28:
|
||||||
case 36:
|
case 36:
|
||||||
if (purchase(player, 35)) {
|
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);
|
player.getInventory().add(new Item(560, 250), player);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue