From ad64e2122e9feb75de7fb00f0c523eb561ecb250 Mon Sep 17 00:00:00 2001 From: FartMaster69420 <78667902+FartMaster69420@users.noreply.github.com> Date: Fri, 13 May 2022 19:53:30 -0400 Subject: [PATCH] drop the 2 --- code/modules/resleeving/{sleevecard2.dm => sleevecard.dm} | 0 vorestation.dme | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename code/modules/resleeving/{sleevecard2.dm => sleevecard.dm} (100%) diff --git a/code/modules/resleeving/sleevecard2.dm b/code/modules/resleeving/sleevecard.dm similarity index 100% rename from code/modules/resleeving/sleevecard2.dm rename to code/modules/resleeving/sleevecard.dm diff --git a/vorestation.dme b/vorestation.dme index ee1e2dd9223..a128912b0a2 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -3749,7 +3749,7 @@ #include "code\modules\resleeving\machine_subtypes.dm" #include "code\modules\resleeving\machines.dm" #include "code\modules\resleeving\resleeving_sickness.dm" -#include "code\modules\resleeving\sleevecard2.dm" +#include "code\modules\resleeving\sleevecard.dm" #include "code\modules\rogueminer_vr\asteroid.dm" #include "code\modules\rogueminer_vr\controller.dm" #include "code\modules\rogueminer_vr\debug.dm"