Skip to content

Commit

Permalink
Merge pull request #98 from bustarhymes69/tattoo
Browse files Browse the repository at this point in the history
Fix Dread Tats
  • Loading branch information
gausie authored Sep 22, 2024
2 parents ad5567e + 61bd299 commit 2abb74b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/greenbox-data/data/tattoos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,11 +217,11 @@ export default [
{ name: "Alice's Army Foil", image: "foilheart", misc: 9 },
{ name: "Corrupted Data", image: "datatat", misc: 10 },
{ name: "Mark of the Bugbear", image: "dv_tat1", misc: 11 },
{ name: "Mark of the Ghost", image: "dv_tat2", misc: 12 },
{ name: "Mark of the Skeleton", image: "dv_tat3", misc: 13 },
{ name: "Mark of the Vampire", image: "dv_tat4", misc: 14 },
{ name: "Mark of the Werewolf", image: "dv_tat5", misc: 15 },
{ name: "Mark of the Zombie", image: "dv_tat6", misc: 16 },
{ name: "Mark of the Ghost", image: "dv_tat4", misc: 12 },
{ name: "Mark of the Skeleton", image: "dv_tat6", misc: 13 },
{ name: "Mark of the Vampire", image: "dv_tat5", misc: 14 },
{ name: "Mark of the Werewolf", image: "dv_tat2", misc: 15 },
{ name: "Mark of the Zombie", image: "dv_tat3", misc: 16 },
{ name: "Official Seal of Dreadsylvania", image: "dvinntat", misc: 17 },
{ name: "Spring Break", image: "sbreaktat", misc: 18 },
{ name: "Merc Core", image: "merctat", misc: 19 },
Expand Down

0 comments on commit 2abb74b

Please sign in to comment.