Skip to content

Commit

Permalink
Merge pull request #93 from loathers/i-hate-u
Browse files Browse the repository at this point in the history
11 Things I Hate About U
  • Loading branch information
gausie authored Aug 30, 2024
2 parents 096977a + 6f2e73e commit ad251d9
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 ad251d9

Please sign in to comment.