mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
45 lines
1.3 KiB
Plaintext
45 lines
1.3 KiB
Plaintext
/////Virgo Flyer/////
|
|
// The shuttle's 'shuttle' computer
|
|
/obj/machinery/computer/shuttle_control/explore/ccboat
|
|
name = "Virgo Flyer control console"
|
|
shuttle_tag = "Virgo Flyer"
|
|
req_one_access = list(ACCESS_PILOT)
|
|
|
|
/obj/effect/overmap/visitable/ship/landable/ccboat
|
|
name = "NTV Virgo Flyer"
|
|
desc = "A small shuttle from Central Command."
|
|
vessel_mass = 1000
|
|
vessel_size = SHIP_SIZE_TINY
|
|
shuttle = "Virgo Flyer"
|
|
known = TRUE
|
|
|
|
// A shuttle lateloader landmark
|
|
/obj/effect/shuttle_landmark/shuttle_initializer/ccboat
|
|
name = "Central Command Shuttlepad"
|
|
base_area = /area/shuttle/centcom/ccbay
|
|
base_turf = /turf/simulated/floor/reinforced
|
|
landmark_tag = "cc_shuttlepad"
|
|
docking_controller = "cc_landing_pad"
|
|
shuttle_type = /datum/shuttle/autodock/overmap/ccboat
|
|
|
|
/datum/shuttle/autodock/overmap/ccboat
|
|
name = "Virgo Flyer"
|
|
current_location = "cc_shuttlepad"
|
|
docking_controller_tag = "ccboat"
|
|
shuttle_area = /area/shuttle/ccboat
|
|
fuel_consumption = 0
|
|
defer_initialisation = TRUE
|
|
|
|
/area/shuttle/ccboat
|
|
icon = 'icons/turf/areas_vr.dmi'
|
|
icon_state = "yelwhitri"
|
|
name = "Virgo Flyer"
|
|
requires_power = 0
|
|
|
|
/area/shuttle/centcom/ccbay
|
|
icon = 'icons/turf/areas_vr.dmi'
|
|
icon_state = "bluwhisqu"
|
|
name = "Central Command Shuttle Bay"
|
|
requires_power = 0
|
|
dynamic_lighting = 0
|