mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-01 14:39:13 -06:00
Removed inauthentic fight caves heal
This commit is contained in:
parent
5a37f2f8da
commit
d5527c268f
1 changed files with 0 additions and 5 deletions
|
|
@ -145,11 +145,6 @@ public final class TzhaarFightCavesPlugin extends ActivityPlugin {
|
|||
public void leave(Player player, int wave) {
|
||||
activeNPCs.clear();
|
||||
player.getProperties().setTeleportLocation(getSpawnLocation());
|
||||
player.getSkills().restore();
|
||||
player.timers.removeTimer("poison");
|
||||
player.timers.removeTimer("disease");
|
||||
player.timers.removeTimer("teleblock");
|
||||
player.getSettings().updateRunEnergy(-100);
|
||||
boolean practice = player.getAttribute("fc_practice_jad", false);
|
||||
if (wave == 63) {
|
||||
if (!practice) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue