From 6f2e73ed7a5b8bdf35cdc0946aee0ada2197ee7c Mon Sep 17 00:00:00 2001 From: Joe Kirchoff Date: Mon, 12 Aug 2024 22:22:04 -0700 Subject: [PATCH] 11 Things I Hate About U --- packages/greenbox-data/data/paths.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages/greenbox-data/data/paths.ts b/packages/greenbox-data/data/paths.ts index 84e6ed4..d968324 100644 --- a/packages/greenbox-data/data/paths.ts +++ b/packages/greenbox-data/data/paths.ts @@ -218,6 +218,7 @@ const enum Thwaitgold { SplendorBeetle = 11255, Fairyfly = 11326, WolfSpider = 11563, + IlliniginaIllinoiensis = 11593, } export const SOFTCORE = -3; @@ -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[];