From 6aa0349467cc18325fbbfc20571414b438c75a49 Mon Sep 17 00:00:00 2001 From: "C.L" Date: Fri, 30 Sep 2022 20:50:44 -0400 Subject: [PATCH] Enable the blueprints themselves Had to disable minitest. --- vorestation.dme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vorestation.dme b/vorestation.dme index b2b6af79404..6953386ee78 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -1159,7 +1159,7 @@ #include "code\game\objects\items\antag_spawners.dm" #include "code\game\objects\items\apc_frame.dm" #include "code\game\objects\items\bells.dm" -#include "code\game\objects\items\blueprints.dm" +#include "code\game\objects\items\blueprints_vr.dm" #include "code\game\objects\items\bodybag.dm" #include "code\game\objects\items\contraband.dm" #include "code\game\objects\items\contraband_vr.dm"