This commit is contained in:
alberyk
2022-01-02 13:15:50 -03:00
parent 005498e065
commit e3be7c88e2
17 changed files with 13 additions and 59 deletions
-9
View File
@@ -3056,15 +3056,6 @@
#include "maps\runtime\code\runtime.dm"
#include "maps\runtime\code\runtime_lifts.dm"
#include "maps\runtime\code\runtime_unittest.dm"
#include "maps\sccv_aurora\code\sccv_aurora.dm"
#include "maps\sccv_aurora\code\sccv_aurora_areas.dm"
#include "maps\sccv_aurora\code\sccv_aurora_holodeck.dm"
#include "maps\sccv_aurora\code\sccv_aurora_lifts.dm"
#include "maps\sccv_aurora\code\sccv_aurora_outfits.dm"
#include "maps\sccv_aurora\code\sccv_aurora_overmap.dm"
#include "maps\sccv_aurora\code\sccv_aurora_shuttles.dm"
#include "maps\sccv_aurora\code\sccv_aurora_structures.dm"
#include "maps\sccv_aurora\code\sccv_aurora_unittest.dm"
#include "maps\templates\distress\distress_equipment.dm"
#include "maps\templates\orbital\orbital_templates.dm"
// END_INCLUDE
-11
View File
@@ -46,14 +46,3 @@
SPECIES_IPC_SHELL,
)
)
titles_to_loadout = list(
"Captain" = /datum/outfit/job/captain,
"Executive Officer" = /datum/outfit/job/xo,
"Chief Engineer" = /datum/outfit/job/chief_engineer,
"Head of Security" = /datum/outfit/job/hos,
"Research Director" = /datum/outfit/job/rd,
"Chief Medical Officer" = /datum/outfit/job/cmo,
"Operations Manager" = /datum/outfit/job/operations_manager,
"Bridge Crew" = /datum/outfit/job/bridge_crew
)

Before

Width:  |  Height:  |  Size: 748 KiB

After

Width:  |  Height:  |  Size: 748 KiB

@@ -1,26 +0,0 @@
/datum/outfit/admin/megacorp/shipwright
name = "Chief Shipwright"
uniform = /obj/item/clothing/under/rank/hephaestus
back = /obj/item/storage/backpack/satchel
gloves = /obj/item/clothing/gloves/yellow
shoes = /obj/item/clothing/shoes/workboots
belt = /obj/item/storage/belt/utility/very_full
l_ear = /obj/item/device/radio/headset/heads/captain
suit = /obj/item/clothing/suit/storage/toggle/labcoat/heph
head = /obj/item/clothing/head/hardhat/white
id = /obj/item/card/id/syndicate
backpack_contents = list(
/obj/item/handcuffs/ziptie = 1,
/obj/item/tank/oxygen = 1,
/obj/item/device/multitool = 1,
/obj/item/weldingtool/hugetank = 1,
/obj/item/clothing/glasses/welding/superior = 1,
/obj/item/clipboard = 1
)
var/id_access = "NanoTrasen Representative"
/datum/outfit/admin/megacorp/shipwright/get_id_access()
return get_all_accesses() | get_centcom_access(id_access)
@@ -1,8 +1,8 @@
/datum/map/sccv_aurora
name = "SCCV Aurora"
full_name = "SCCV Aurora"
path = "sccv_aurora"
lobby_icons = list('icons/misc/titlescreens/sccv_aurora/sccv_aurora.dmi')
/datum/map/sccv_horizon
name = "SCCV Horizon"
full_name = "SCCV Horizon"
path = "sccv_horizon"
lobby_icons = list('icons/misc/titlescreens/sccv_horizon/sccv_horizon.dmi')
lobby_transitions = 25 SECONDS
station_levels = list(1, 2, 3)
@@ -20,8 +20,8 @@
"6" = /turf/space
)
station_name = "SCCV Aurora"
station_short = "Aurora"
station_name = "SCCV Horizon"
station_short = "Horizon"
dock_name = "The Shipyard"
dock_short = "Shipyard"
boss_name = "Stellar Corporate Conglomerate"
@@ -30,7 +30,7 @@
company_short = "SCC"
command_spawn_enabled = TRUE
command_spawn_message = "Welcome to the SCCV Aurora!"
command_spawn_message = "Welcome to the SCCV Horizon!"
use_overmap = TRUE
@@ -84,6 +84,6 @@
spawn_types = list(/datum/spawnpoint/living_quarters_lift, /datum/spawnpoint/cryo)
/datum/map/sccv_aurora/finalize_load()
/datum/map/sccv_horizon/finalize_load()
// generate an empty space Z
world.maxz++
@@ -1,4 +1,4 @@
/datum/map/placeholder
/datum/map/horizon
holodeck_programs = list(
"emptycourt" = new /datum/holodeck_program(/area/holodeck/source_emptycourt,
list('sound/music/THUNDERDOME.ogg')
@@ -1,5 +1,5 @@
/obj/effect/overmap/visitable/ship/sccv_aurora
name = "SCCV Aurora"
/obj/effect/overmap/visitable/ship/sccv_horizon
name = "SCCV Horizon"
desc = "A Stellar Conglomerate Vessel general purpose ship."
fore_dir = SOUTH
vessel_mass = 100000
@@ -1,4 +1,4 @@
/datum/map/placeholder
/datum/map/horizon
// This is formatted strangely because it fails the indentation test if it's formatted properly.
// ¯\_(ツ)_/¯