From 5e9dd12f8aa5bed1ff35c3922976482af842bbf2 Mon Sep 17 00:00:00 2001 From: Ben Maurer Date: Wed, 28 Jul 2021 23:37:10 -0500 Subject: [PATCH] - Properly nesting locations in advancements folder, am dumb. --- data/locations/{ => advancements}/based.json | 0 data/locations/{ => advancements}/enter_idiot_territory.json | 0 data/locations/{ => advancements}/im_flying_jack.json | 0 data/locations/{ => advancements}/root.json | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename data/locations/{ => advancements}/based.json (100%) rename data/locations/{ => advancements}/enter_idiot_territory.json (100%) rename data/locations/{ => advancements}/im_flying_jack.json (100%) rename data/locations/{ => advancements}/root.json (100%) diff --git a/data/locations/based.json b/data/locations/advancements/based.json similarity index 100% rename from data/locations/based.json rename to data/locations/advancements/based.json diff --git a/data/locations/enter_idiot_territory.json b/data/locations/advancements/enter_idiot_territory.json similarity index 100% rename from data/locations/enter_idiot_territory.json rename to data/locations/advancements/enter_idiot_territory.json diff --git a/data/locations/im_flying_jack.json b/data/locations/advancements/im_flying_jack.json similarity index 100% rename from data/locations/im_flying_jack.json rename to data/locations/advancements/im_flying_jack.json diff --git a/data/locations/root.json b/data/locations/advancements/root.json similarity index 100% rename from data/locations/root.json rename to data/locations/advancements/root.json