From 232ad85f03ec11d81132d3b19c1b658edab1f079 Mon Sep 17 00:00:00 2001 From: Gio Date: Tue, 27 Jul 2021 23:17:27 -0500 Subject: [PATCH] Apply routes --- mod.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/mod.js b/mod.js index ad4b019..9ea828d 100644 --- a/mod.js +++ b/mod.js @@ -4,6 +4,13 @@ module.exports = { author: "Jonaya Riley (@AltUniverseWash)", modVersion: 0.1, + trees: { + './advimgs/': 'assets://advimgs/', + './storyfiles/': 'assets://storyfiles/', + './sweetbroandhellajeff/': 'assets://sweetbroandhellajeff/', + './archive/comics/': 'assets://archive/comics/' + }, + edit(archive) { archive.mspa.story['000126'].content = archive.mspa.story['000126'].content.replace( "You're beginning to suspect this was a retarded idea.", @@ -558,7 +565,7 @@ module.exports = { // TODO: News structure has also changed. But there aren't any slurs there, apparently.? So maybe that's done already - + },