Hunter traps last 10 minutes instead of 1 minute

This commit is contained in:
randy 2024-11-11 22:16:17 -07:00
parent 563fcc23bc
commit 65cb778a18

View file

@ -102,7 +102,7 @@ public final class TrapWrapper {
this.type = type;
this.object = object;
this.originalId = object.getId();
this.ticks = GameWorld.getTicks() + (100);
this.ticks = GameWorld.getTicks() + (1000);
this.instance = HunterManager.getInstance(player);
this.object.getAttributes().setAttribute("trap-uid", instance.getUid());
}