Skip to content

Commit eb79ba5

Browse files
committed
add Fiber of Living Agony
1 parent 2dad6b5 commit eb79ba5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

simc_support/game_data/Trinket.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@
154154
248583: Source.DELVE, # Drum of Renewed Bonds
155155
252957: Source.DELVE, # Tangle of Vibrant Vines
156156
251787: Source.DELVE, # Sealed Chaos Urn
157+
265657: Source.DELVE, # Fiber of Living Agony
157158
}
158159

159160

@@ -892,6 +893,7 @@ def seasons(self) -> typing.List[Season]:
892893
248583: Source.DELVE, # Drum of Renewed Bonds
893894
252957: Source.DELVE, # Tangle of Vibrant Vines
894895
251787: Source.DELVE, # Sealed Chaos Urn
896+
265657: Source.DELVE, # Fiber of Living Agony
895897
}
896898
seasons = []
897899
if self.item_id in season_1_trinkets:

0 commit comments

Comments
 (0)