From 824ade0044d51c8f89f80cc1343ada3b7808a8a2 Mon Sep 17 00:00:00 2001 From: Aronai Sieyes Date: Sun, 8 Aug 2021 23:32:10 -0400 Subject: [PATCH] Forgot DME change for ship eating --- vorestation.dme | 1 + 1 file changed, 1 insertion(+) diff --git a/vorestation.dme b/vorestation.dme index bc614d4a3ea..9042f20f53e 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -3300,6 +3300,7 @@ #include "code\modules\overmap\ships\landable.dm" #include "code\modules\overmap\ships\panicbutton.dm" #include "code\modules\overmap\ships\ship.dm" +#include "code\modules\overmap\ships\ship_vr.dm" #include "code\modules\overmap\ships\computers\computer_shims.dm" #include "code\modules\overmap\ships\computers\engine_control.dm" #include "code\modules\overmap\ships\computers\helm.dm"