mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
fixed UIM graves
This commit is contained in:
parent
1f68dbaed0
commit
5d5b977e4a
1 changed files with 1 additions and 1 deletions
|
|
@ -592,7 +592,7 @@ public class Player extends Entity {
|
||||||
}
|
}
|
||||||
GroundItemManager.create(new Item(526), getLocation(), k);
|
GroundItemManager.create(new Item(526), getLocation(), k);
|
||||||
final Container[] c = DeathTask.getContainers(this);
|
final Container[] c = DeathTask.getContainers(this);
|
||||||
boolean gravestone = graveManager.generateable() && getIronmanManager().getMode() != IronmanMode.ULTIMATE;
|
boolean gravestone = graveManager.generateable();
|
||||||
int seconds = graveManager.getType().getDecay() * 60;
|
int seconds = graveManager.getType().getDecay() * 60;
|
||||||
int ticks = (1000 * seconds) / 600;
|
int ticks = (1000 * seconds) / 600;
|
||||||
List<GroundItem> items = new ArrayList<>(20);
|
List<GroundItem> items = new ArrayList<>(20);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue