Add little boulder from weiss into agility obstacles (#5636)
Fixes #5356
This commit is contained in:
committed by
Tomas Slusny
parent
ce5735453d
commit
5daeb3e11e
@@ -210,7 +210,9 @@ class Obstacles
|
|||||||
// Underwater Area Fossil Island
|
// Underwater Area Fossil Island
|
||||||
TUNNEL_30959, HOLE_30966, OBSTACLE, OBSTACLE_30767, OBSTACLE_30964, OBSTACLE_30962,
|
TUNNEL_30959, HOLE_30966, OBSTACLE, OBSTACLE_30767, OBSTACLE_30964, OBSTACLE_30962,
|
||||||
// Tree Gnome Village
|
// Tree Gnome Village
|
||||||
LOOSE_RAILING_2186
|
LOOSE_RAILING_2186,
|
||||||
|
// Weiss
|
||||||
|
LITTLE_BOULDER
|
||||||
);
|
);
|
||||||
|
|
||||||
static final Set<Integer> TRAP_OBSTACLE_IDS = ImmutableSet.of(
|
static final Set<Integer> TRAP_OBSTACLE_IDS = ImmutableSet.of(
|
||||||
|
|||||||
Reference in New Issue
Block a user