From 0bf4d210209d98a0506ec1330e171075b9e4d22a Mon Sep 17 00:00:00 2001 From: "C.L" Date: Sun, 2 Oct 2022 01:33:59 -0400 Subject: [PATCH] Integration --- code/game/objects/items/blueprints_vr.dm | 25 ++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/code/game/objects/items/blueprints_vr.dm b/code/game/objects/items/blueprints_vr.dm index 7eae0ec1c6d..accae37f6b1 100644 --- a/code/game/objects/items/blueprints_vr.dm +++ b/code/game/objects/items/blueprints_vr.dm @@ -10,6 +10,10 @@ // Banning areas: Go to global_lists_vr, jump to the BUILDABLE_AREA_TYPES and read the comments left there. + + + +// These areas are defined here so they can be blacklisted in global_lists_vr /area/tether/elevator name = "Tether Elevator" @@ -32,6 +36,27 @@ /area/submap/groundbase/wilderness name = "Groundbase Wilderness" +/area/offmap/aerostat/surface + name = "Aerostat Surface" + +/area/tether_away/beach + name = "\improper Away Mission - Virgo 4 Beach" + +/area/tether_away/cave + name = "Tether Away Cave" + +/area/offmap/aerostat/surface + + name = "Aerostat Surface" + +/area/submap/virgo2 + name = "Submap Area" + +/area/submap/casino_event + name = "\improper Space Casino" + + + //TG blueprints. #define AREA_ERRNONE 0 #define AREA_STATION 1