mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Merge pull request #7483 from VOREStation/aro-securiship
Delete potted plant in sec, oh and also add security ship
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1085,6 +1085,19 @@
|
|||||||
/area/shuttle/medivac/engines
|
/area/shuttle/medivac/engines
|
||||||
name = "\improper Medivac Engines"
|
name = "\improper Medivac Engines"
|
||||||
|
|
||||||
|
/area/shuttle/securiship
|
||||||
|
requires_power = 1
|
||||||
|
icon_state = "shuttle2"
|
||||||
|
|
||||||
|
/area/shuttle/securiship/general
|
||||||
|
name = "\improper Securiship"
|
||||||
|
|
||||||
|
/area/shuttle/securiship/cockpit
|
||||||
|
name = "\improper Securiship Cockpit"
|
||||||
|
|
||||||
|
/area/shuttle/securiship/engines
|
||||||
|
name = "\improper Securiship Engines"
|
||||||
|
|
||||||
//TFF 5/4/20 - Mining Ops move
|
//TFF 5/4/20 - Mining Ops move
|
||||||
// Asteroid Mining belter and Mining Outpost shuttles and refinery/gear areas
|
// Asteroid Mining belter and Mining Outpost shuttles and refinery/gear areas
|
||||||
/area/quartermaster/belterdock
|
/area/quartermaster/belterdock
|
||||||
|
|||||||
@@ -260,3 +260,29 @@
|
|||||||
name = "short jump console"
|
name = "short jump console"
|
||||||
shuttle_tag = "Medivac Shuttle"
|
shuttle_tag = "Medivac Shuttle"
|
||||||
req_one_access = list(access_cmo, access_pilot)
|
req_one_access = list(access_cmo, access_pilot)
|
||||||
|
|
||||||
|
////////////////////////////////////////
|
||||||
|
//////// Securiship /////////////
|
||||||
|
////////////////////////////////////////
|
||||||
|
/datum/shuttle/autodock/overmap/securiship
|
||||||
|
name = "Securiship Shuttle"
|
||||||
|
warmup_time = 0
|
||||||
|
current_location = "tether_securiship_dock"
|
||||||
|
docking_controller_tag = "securiship_docker"
|
||||||
|
shuttle_area = list(/area/shuttle/securiship/cockpit, /area/shuttle/securiship/general, /area/shuttle/securiship/engines)
|
||||||
|
fuel_consumption = 1
|
||||||
|
move_direction = NORTH
|
||||||
|
|
||||||
|
// The 'ship' of the excursion shuttle
|
||||||
|
/obj/effect/overmap/visitable/ship/landable/securiship
|
||||||
|
name = "Securiship Shuttle"
|
||||||
|
desc = "A security transport ship."
|
||||||
|
vessel_mass = 3000
|
||||||
|
vessel_size = SHIP_SIZE_SMALL
|
||||||
|
shuttle = "Securiship Shuttle"
|
||||||
|
fore_dir = EAST
|
||||||
|
|
||||||
|
/obj/machinery/computer/shuttle_control/explore/securiship
|
||||||
|
name = "short jump console"
|
||||||
|
shuttle_tag = "Securiship Shuttle"
|
||||||
|
req_one_access = list(access_pilot, access_hos)
|
||||||
|
|||||||
Reference in New Issue
Block a user