From 5f89f2f4b498c0f3e6649fee22b01dccebe37bb1 Mon Sep 17 00:00:00 2001 From: SgtRyder <51496262+SgtRyder@users.noreply.github.com> Date: Tue, 10 Dec 2024 21:16:08 -0600 Subject: [PATCH] Update roguetown.dme I'm dum and don't know how coding these things works, so I have now included the two .dm files from my previous PR to actually be enabled in the game. --- roguetown.dme | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roguetown.dme b/roguetown.dme index 9b36d94b9..64993b569 100644 --- a/roguetown.dme +++ b/roguetown.dme @@ -3660,6 +3660,7 @@ #include "modular_causticcove\code\datums\status_effects\rogue\causticbuff.dm" #include "modular_causticcove\code\modules\roguetown\roguejobs\alchemist\reagent.dm" #include "modular_causticcove\code\modules\roguetown\roguecrafting\alchemy.dm" +#include "modular_causticcove\code\modules\roguetown\roguecrafting\weaving.dm" #include "modular_causticcove\code\modules\roguetown\roguejobs\alchemist\containers.dm" #include "modular_causticcove\code\game\area\objects\items\rogueitems\natural\animals.dm" #include "modular_causticcove\code\modules\mob\living\simple_animal\rogue\eldritch\beast_mother.dm" @@ -3668,4 +3669,5 @@ #include "modular_causticcove\code\datums\status_effects\rogue\causticdebuff.dm" #include "modular_hearthstone\code\modules\spells\roguetown\spells5e\cantrips5e.dm" #include "modular_hearthstone\code\modules\spells\roguetown\spells5e\spellscrolls.dm" +#include "modular_causticcove\code\modules\clothing\rogueclothes\armor.dm" // END_INCLUDE