From 5a7fe8a25a2b17e4dbbb3a10ddbdd910435fd89a Mon Sep 17 00:00:00 2001 From: HapaxL Date: Tue, 2 Mar 2021 02:43:17 +0100 Subject: [PATCH] fixed Pawprint Spot hint bug fixed previously unnoticed King hint bug --- src/database/world_graph.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/database/world_graph.lua b/src/database/world_graph.lua index f9c85be..71deec4 100644 --- a/src/database/world_graph.lua +++ b/src/database/world_graph.lua @@ -217,9 +217,9 @@ function lowerSandZone:new(worldGraph) darkPup = Location("Puppy (Dark)", "Dark", "0401", self, {"where a puppy once was"}), runPup = Location("Puppy (Run)", "Sand", "0422", self, {"where a puppy once was", "with a puppy"}), sleepyPup = Location("Puppy (Sleep)", "Sand", "0421", self, {"where a puppy once was", "at the far end of Sand Zone"}), - pawCapsule = Location("Pawprint Spot", "Sand", "0503", self, {"with a fallen hero..", "in a garden", "behind a boss", "behind Toroko+"}), + pawCapsule = Location("Pawprint Spot", "Sand", "0503", self), jenka = Location("Jenka", "Jenka2", "0221", self, {"with Jenka", "at someone's house", "where a puppy once was"}), - king = Location("King", "Gard", "0602", self), + king = Location("King", "Gard", "0602", self, {"with a fallen hero..", "in a garden", "behind a boss", "behind Toroko+"}), eventToroko = Location("Defeated Toroko+", nil, nil, self) }