Skip to content

Commit

Permalink
add "Leto's Amulet"
Browse files Browse the repository at this point in the history
  • Loading branch information
Joker9944 committed May 8, 2020
1 parent f0683d9 commit 95d2167
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ public abstract class KnownActorIdentifiers {
public static final String VENGEANCE_IDOL = "Quest_Event_VengeanceIdol";
public static final String BRUTAL_MARK = "Quest_Event_BrutalMark";
public static final String ROCK_OF_ANGUISH = "Quest_Event_RockOfAnguish";
public static final String LETOS_AMULET = "Quest_Event_Penitent";
// Rings
public static final String HEARTSEEKER = "Quest_Event_HeartSeeker";
public static final String PILLAR_OF_STONE = "Quest_Event_PillarOfStone";
Expand Down
1 change: 1 addition & 0 deletions src/main/java/online/vonarx/dictionary/NameDictionary.java
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ public abstract class NameDictionary {
Map.entry(VENGEANCE_IDOL, "Vengeance Idol"),
Map.entry(BRUTAL_MARK, "Brutal Mark"),
Map.entry(ROCK_OF_ANGUISH, "Rock of Anguish"),
Map.entry(LETOS_AMULET, "Leto's Amulet"),
// Rings
Map.entry(HEARTSEEKER, "Heartseeker"),
Map.entry(PILLAR_OF_STONE, "Pillar of Stone"),
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/online/vonarx/dictionary/TypeDictionary.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public abstract class TypeDictionary {
GALENIC_CHARM, MENDERS_CHARM,
BUTCHERS_FETISH, STORM_AMULET,
VENGEANCE_IDOL, BRUTAL_MARK,
ROCK_OF_ANGUISH
ROCK_OF_ANGUISH, LETOS_AMULET
)),
new PartialKeySetDictionary<>(Type.RING, Set.of(
HEARTSEEKER, PILLAR_OF_STONE,
Expand Down

0 comments on commit 95d2167

Please sign in to comment.