mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
Removes NRV Horizon from the codebase (#31818)
Co-authored-by: kanef <kanef9x@protonmail.com>
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -24,7 +24,7 @@ env:
|
||||
BYOND_MINOR: 1566
|
||||
|
||||
#This can be declared here because build.py will ignore it if DM_UNIT_TESTS is true.
|
||||
ALL_MAPS: tgstation metaclub defficiency packedstation roidstation nrvhorizon test_box test_tiny snaxi tgstation-sec tgstation-snow LampreyStation xoq boxesstation synergy bagelstation lowfatbagel Dorfstation waystation island line nervestation
|
||||
ALL_MAPS: tgstation metaclub defficiency packedstation roidstation test_box test_tiny snaxi tgstation-sec tgstation-snow LampreyStation xoq boxesstation synergy bagelstation lowfatbagel Dorfstation waystation island line nervestation
|
||||
|
||||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
||||
jobs:
|
||||
|
||||
@@ -602,7 +602,7 @@ var/global/list/alcatraz_stuff = list(
|
||||
/obj/item/key/security/spare/New()
|
||||
..()
|
||||
var/list/map_names = list("Defficiency","Bagelstation","Meta Club","Packed Station","Asteroid Station","Box Station",
|
||||
"Snow Station", "NRV Horizon", "Synergy Station", "Lamprey Station")
|
||||
"Snow Station", "Synergy Station", "Lamprey Station")
|
||||
map_names -= map.nameLong
|
||||
home_map = pick(map_names)
|
||||
|
||||
|
||||
@@ -1,65 +0,0 @@
|
||||
#ifndef MAP_OVERRIDE
|
||||
//**************************************************************
|
||||
// Map Datum -- NRV Horizon
|
||||
//**************************************************************
|
||||
|
||||
/datum/map/active
|
||||
nameShort = "NRVH"
|
||||
nameLong = "NRV Horizon"
|
||||
map_dir = "nrvhorizon"
|
||||
tDomeX = 128
|
||||
tDomeY = 58
|
||||
tDomeZ = 2
|
||||
zLevels = list(
|
||||
/datum/zLevel/hyperspace,
|
||||
/datum/zLevel/centcomm,
|
||||
/datum/zLevel/space{
|
||||
name = "spaceOldSat" ;
|
||||
},
|
||||
/datum/zLevel/space{
|
||||
name = "derelict" ;
|
||||
},
|
||||
/datum/zLevel/mining,
|
||||
/datum/zLevel/space{
|
||||
name = "spacePirateShip" ;
|
||||
},
|
||||
)
|
||||
enabled_jobs = list(/datum/job/trader)
|
||||
|
||||
event_blacklist = list(/datum/event/carp_migration,/datum/event/rogue_drone,/datum/event/immovable_rod,
|
||||
/datum/event/meteor_wave,/datum/event/meteor_shower,/datum/event/thing_storm/meaty_gore,/datum/event/thing_storm/blob_shower,
|
||||
/datum/event/thing_storm/blob_storm,/datum/event/thing_storm/fireworks)
|
||||
|
||||
load_map_elements = list(
|
||||
/datum/map_element/dungeon/holodeck/holodeck_3x3
|
||||
)
|
||||
has_engines = TRUE
|
||||
|
||||
holomap_offset_x = list(0,0,0,86,0,0,0,)
|
||||
holomap_offset_y = list(85,0,0,94,0,0,0,)
|
||||
|
||||
center_x = 253
|
||||
center_y = 142
|
||||
|
||||
/datum/map/active/New()
|
||||
.=..()
|
||||
|
||||
research_shuttle.name = "Asteroid Shuttle" //There is only one shuttle on packedstation - the asteroid shuttle
|
||||
research_shuttle.req_access = list() //It's shared by miners and researchers, so remove access requirements
|
||||
|
||||
////////////////////////////////////////////////////////////////
|
||||
#include "nrvhorizon.dmm"
|
||||
|
||||
#if !defined(MAP_OVERRIDE_FILES)
|
||||
#define MAP_OVERRIDE_FILES
|
||||
#include "packedstation\misc.dm"
|
||||
#include "packedstation\telecomms.dm"
|
||||
/* This is gonna stay just in case - Prometh
|
||||
#include "packedstation\uplink_item.dm"
|
||||
#include "packedstation\job\jobs.dm" //Job changes removed for now
|
||||
#include "packedstation\job\removed.dm"
|
||||
|
||||
#elif !defined(MAP_OVERRIDE)
|
||||
#warn a map has already been included, ignoring packedstation. */
|
||||
#endif
|
||||
#endif
|
||||
1594709
maps/nrvhorizon.dmm
1594709
maps/nrvhorizon.dmm
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user