Skip to content

Commit

Permalink
Fixed typo in Rag and Bone Man II
Browse files Browse the repository at this point in the history
  • Loading branch information
notdanhan committed Sep 29, 2024
1 parent cbeff5e commit 9fefe48
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ public void setupConditionalSteps()

// Feldip Hills
mapForFeldip.put(RagBoneState.WOLF_BONE, killWolf);
mapForFeldip.put(RagBoneState.OGRE_BONE, killOgre);
mapForFeldip.put(RagBoneState.OGRE_RIBS, killOgre);
mapForFeldip.put(RagBoneState.ZOGRE_BONE, killZogre);

stepsForRagAndBoneManII.putAll(mapForFeldip);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public static List<RagBoneState> getRagBoneIIStates()
RagBoneState.ICE_GIANT_RIBS, RagBoneState.MOGRE_BONE, RagBoneState.JOGRE_BONE,
RagBoneState.BABY_DRAGON_BONE, RagBoneState.TROLL_BONE, RagBoneState.RABBIT_BONE,
RagBoneState.BASILISK_BONE, RagBoneState.DAGANNOTH_RIBS, RagBoneState.FIRE_GIANT_BONE,
RagBoneState.TERRORBIRD_WING, RagBoneState.WOLF_BONE, RagBoneState.OGRE_BONE,
RagBoneState.TERRORBIRD_WING, RagBoneState.WOLF_BONE, RagBoneState.OGRE_RIBS,
RagBoneState.ZOGRE_BONE);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public enum RagBoneState
BAT_WING("Bat", 8, 8),
RAT_BONE("Rat", 9, 9),
BABY_DRAGON_BONE("Baby Blue Dragon", 10, 10),
OGRE_BONE("Ogre", 11, 11),
OGRE_RIBS("Ogre Ribs", 11, 11),
JOGRE_BONE("Jogre", 12, 12),
ZOGRE_BONE("Zogre", 13, 13),
MOGRE_BONE("Mogre", 14, 14),
Expand Down

0 comments on commit 9fefe48

Please sign in to comment.