Merge pull request #7483 from VOREStation/aro-securiship

Delete potted plant in sec, oh and also add security ship
This commit is contained in:
Aronai Sieyes
2020-04-27 15:16:25 -04:00
committed by GitHub
3 changed files with 1208 additions and 336 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1085,6 +1085,19 @@
/area/shuttle/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
// Asteroid Mining belter and Mining Outpost shuttles and refinery/gear areas
/area/quartermaster/belterdock

View File

@@ -260,3 +260,29 @@
name = "short jump console"
shuttle_tag = "Medivac Shuttle"
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)