Skip to content

Commit

Permalink
11 Things I Hate About U
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinn committed Aug 13, 2024
1 parent 096977a commit 6f2e73e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/greenbox-data/data/paths.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ const enum Thwaitgold {
SplendorBeetle = 11255,
Fairyfly = 11326,
WolfSpider = 11563,
IlliniginaIllinoiensis = 11593,
}

export const SOFTCORE = -3;
Expand Down Expand Up @@ -970,4 +971,14 @@ export default [
points: "wereProfessorPoints",
maxPoints: 23,
},
{
id: 51,
name: "11 Things I Hate About U",
image: "itemimages/ihatesu.gif",
items: [Thwaitgold.IlliniginaIllinoiensis],
equipment: [],
tattoos: [],
points: null,
maxPoints: 0,
},
] satisfies PathDef[];

0 comments on commit 6f2e73e

Please sign in to comment.