AgilityPlugin: Add obstacles north of pirate ship (#4084)
Add agility obstacle highlighting of obstacles north of Morytania pirate ship.
This commit is contained in:
committed by
Tomas Slusny
parent
35fe66d960
commit
054e69c434
@@ -185,7 +185,9 @@ public class Obstacles
|
|||||||
// Gu'Tanoth bridge
|
// Gu'Tanoth bridge
|
||||||
GAP, GAP_2831,
|
GAP, GAP_2831,
|
||||||
// Lumbridge Swamp Caves
|
// Lumbridge Swamp Caves
|
||||||
STEPPING_STONE_5948, STEPPING_STONE_5949
|
STEPPING_STONE_5948, STEPPING_STONE_5949,
|
||||||
|
// Morytania Pirate Ship
|
||||||
|
ROCK_16115
|
||||||
);
|
);
|
||||||
|
|
||||||
public static final Set<Integer> TRAP_OBSTACLE_IDS = ImmutableSet.of(
|
public static final Set<Integer> TRAP_OBSTACLE_IDS = ImmutableSet.of(
|
||||||
|
|||||||
Reference in New Issue
Block a user