Skip to content

Commit 91fd7e0

Browse files
author
Tegberen
committed
make leaders crest unholdable
1 parent 4630808 commit 91fd7e0

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)