From ed7213794826196f66e5f4d651ffa2f9296e566a Mon Sep 17 00:00:00 2001 From: Neopatra <31169558+Neopatra@users.noreply.github.com> Date: Sat, 16 Sep 2017 17:18:11 -0400 Subject: [PATCH] Adds taursuit files to the DME Also adds the engineering_vr file because I forgot to include radiation suits in the supply packs. --- vorestation.dme | 1 + 1 file changed, 1 insertion(+) diff --git a/vorestation.dme b/vorestation.dme index ba497f485ec..39ff40dcab5 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -255,6 +255,7 @@ #include "code\datums\supplypacks\contraband_vr.dm" #include "code\datums\supplypacks\costumes.dm" #include "code\datums\supplypacks\engineering.dm" +#include "code\datums\supplypacks\engineering_vr.dm" #include "code\datums\supplypacks\hospitality.dm" #include "code\datums\supplypacks\hydroponics.dm" #include "code\datums\supplypacks\hydroponics_vr.dm"