Add Taverley shortcut to agility plugin (#6381)
Closes #6378 Image below: <img width="762" alt="screen shot 2018-11-07 at 5 05 29 pm" src="https://user-images.githubusercontent.com/15676309/48164357-3b312c80-e2b0-11e8-806f-9f7501613195.png">
This commit is contained in:
committed by
Tomas Slusny
parent
d5c738f21c
commit
2ef18df1c7
@@ -206,7 +206,7 @@ class Obstacles
|
||||
ROCK_16115,
|
||||
// Agility Pyramid Entrance
|
||||
CLIMBING_ROCKS_11948, CLIMBING_ROCKS_11949,
|
||||
//Lumber Yard
|
||||
// Lumber Yard
|
||||
BROKEN_FENCE_2618,
|
||||
// Ungael and Vorkath crater
|
||||
NULL_25337, NULL_29868, NULL_29869, NULL_29870, ICE_CHUNKS_31822, NULL_31823, ICE_CHUNKS_31990,
|
||||
@@ -218,8 +218,10 @@ class Obstacles
|
||||
LITTLE_BOULDER, ROCKSLIDE_33184, ROCKSLIDE_33185, NULL_33327, NULL_33328,
|
||||
// Al-Kharid
|
||||
BROKEN_WALL_33344, BIG_WINDOW,
|
||||
//Burgh de Rott
|
||||
LOW_FENCE
|
||||
// Burgh de Rott
|
||||
LOW_FENCE,
|
||||
// Taverley
|
||||
STILE
|
||||
);
|
||||
|
||||
static final Set<Integer> TRAP_OBSTACLE_IDS = ImmutableSet.of(
|
||||
|
||||
Reference in New Issue
Block a user