mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-18 04:20:19 -07:00
Spending points to cancel your slayer task no longer sets your task streak to 0.
This commit is contained in:
parent
0f68b8089d
commit
f2cc84d9e0
2 changed files with 2 additions and 2 deletions
|
|
@ -67,4 +67,5 @@
|
|||
- Added Christmas Event :)
|
||||
- Added snow toggle to client config
|
||||
< --- ABOVE Released December 4, 2021 https://gitlab.com/2009scape/2009scape/-/tags/Dec-4-2021 ---- >
|
||||
- Shooting star discovery bonus xp is now gradually disbursed instead of lump-sump.
|
||||
- Shooting star discovery bonus xp is now gradually disbursed instead of lump-sum.
|
||||
- Spending points to cancel your slayer task no longer sets your task streak to 0.
|
||||
|
|
|
|||
|
|
@ -66,7 +66,6 @@ public class SlayerRewardPlugin extends ComponentPlugin {
|
|||
}
|
||||
if (purchase(player, 30)) {
|
||||
player.getSlayer().clear();
|
||||
player.getSlayer().setTaskCount(0);
|
||||
player.sendMessage("You have canceled your current task.");
|
||||
}
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue