From 255fdc28dbe7ac5a602666bf87e3ec4073405989 Mon Sep 17 00:00:00 2001 From: Luna Date: Sat, 30 Nov 2024 16:07:20 +0100 Subject: Add Pesthunter Phillip shop (#1478) * Add pest stuff * Fix --- constants/parents.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'constants') diff --git a/constants/parents.json b/constants/parents.json index 0c247d0e..c7db5276 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -3829,5 +3829,20 @@ "LAPIDARY;3", "LAPIDARY;4", "LAPIDARY;5" + ], + "BIOHAZARD_HELMET": [ + "MUSHROOM_HELMET" + ], + "BIOHAZARD_SUIT": [ + "MUSHROOM_CHESTPLATE" + ], + "BIOHAZARD_LEGGINGS": [ + "MUSHROOM_LEGGINGS" + ], + "BIOHAZARD_BOOTS": [ + "MUSHROOM_BOOTS" + ], + "PEST_MOUSE_TRAP": [ + "PEST_TRAP" ] } \ No newline at end of file -- cgit