From dfca8ee91520bdd83ae4417e723f841ad9116f6a Mon Sep 17 00:00:00 2001 From: Ketrai Date: Wed, 6 Sep 2017 10:43:30 +0200 Subject: [PATCH] updates it so the grublings can inherit most code --- vorestation.dme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vorestation.dme b/vorestation.dme index 73c44d9241e..93bf3a5dd8a 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -794,7 +794,6 @@ #include "code\game\objects\effects\explosion_particles.dm" #include "code\game\objects\effects\gibs.dm" #include "code\game\objects\effects\glowshroom.dm" -#include "code\game\objects\effects\grubs_vr.dm" #include "code\game\objects\effects\landmarks.dm" #include "code\game\objects\effects\manifest.dm" #include "code\game\objects\effects\mines.dm" @@ -802,6 +801,7 @@ #include "code\game\objects\effects\overlays.dm" #include "code\game\objects\effects\portals.dm" #include "code\game\objects\effects\spiders.dm" +#include "code\game\objects\effects\spiders_vr.dm" #include "code\game\objects\effects\step_triggers.dm" #include "code\game\objects\effects\zone_divider.dm" #include "code\game\objects\effects\chem\chemsmoke.dm"