Skip to content

Commit 346bccc

Browse files
Merge pull request #3704 from tegberen/master
make leaders crest unholdable
2 parents 01562bc + 91fd7e0 commit 346bccc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/types/enum/Item.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1063,7 +1063,8 @@ export const UnholdableItems = [
10631063
Item.COIN,
10641064
Item.NUGGET,
10651065
Item.BIG_NUGGET,
1066-
Item.WANTED_NOTICE
1066+
Item.WANTED_NOTICE,
1067+
Item.LEADERS_CREST
10671068
] satisfies Item[]
10681069

10691070
export const ConsumableItems = [

0 commit comments

Comments
 (0)