Temporarily Removes Drones, replacing later

This commit is contained in:
Dahlular
2021-09-24 16:43:26 -06:00
parent d0070cdab2
commit 15150c056a
3 changed files with 5 additions and 4 deletions
@@ -4992,7 +4992,7 @@
"nYa" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{name = "scrubbers pipe"},/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{dir = 9; name = "air supply pipe"},/obj/structure/cable,/obj/structure/disposalpipe/segment{dir = 9},/obj/machinery/power/apc{areastring = "/area/crew_quarters/bar"; name = "Bar APC"; pixel_y = -24},/turf/open/floor/carpet/red,/area/crew_quarters/bar)
"nYf" = (/obj/machinery/telecomms/server/presets/security,/turf/open/floor/circuit/telecomms/mainframe,/area/tcommsat/server)
"nYh" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 8; layer = 2.9},/obj/machinery/conveyor{id = "gasstor"},/obj/machinery/portable_atmospherics/canister/nitrous_oxide,/turf/open/floor/plating,/area/engine/engineering)
"nYi" = (/obj/item/drone_shell/snowflake,/obj/structure/window/reinforced,/obj/machinery/camera{c_tag = "MiniSat Drone Storage"; dir = 8; network = list("minisat"); start_active = 1},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/aisat_interior)
"nYi" = (/obj/structure/window/reinforced,/obj/machinery/camera{c_tag = "MiniSat Drone Storage"; dir = 8; network = list("minisat"); start_active = 1},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/aisat_interior)
"nYx" = (/obj/structure/closet/crate/solarpanel_small,/obj/effect/turf_decal/bot,/turf/open/floor/plating{initial_gas_mix = "o2=22;n2=82;TEMP=180"; planetary_atmos = 1},/area/layenia)
"nYD" = (/obj/effect/overlay/coconut,/turf/open/floor/plating/beach/sand,/area/hallway/secondary/exit)
"nYF" = (/obj/effect/turf_decal/tile/red{dir = 4},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel{icon_state = "floor_plate"},/area/security/main)
@@ -7628,7 +7628,7 @@
"uKX" = (/obj/machinery/atmospherics/pipe/simple/general/visible,/obj/structure/window/reinforced{dir = 4},/obj/machinery/button/ignition{id = "Xenobio"; pixel_x = -6; pixel_y = -3},/obj/machinery/button/door{id = "Xenolab"; name = "Test Chamber Blast Doors"; pixel_x = 4; pixel_y = -3; req_access_txt = "55"},/obj/structure/table/reinforced,/obj/effect/turf_decal/stripes/line{dir = 6},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/science/xenobiology)
"uLb" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{dir = 4; name = "scrubbers pipe"},/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{dir = 8; name = "air supply pipe"},/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel{icon_state = "floor_plate"},/area/crew_quarters/locker)
"uLl" = (/obj/item/clothing/glasses/sunglasses/big,/turf/open/floor/plating/beach/sand,/area/hallway/secondary/exit)
"uLn" = (/obj/item/drone_shell/snowflake,/obj/structure/window/reinforced,/turf/open/floor/circuit,/area/ai_monitored/turret_protected/aisat_interior)
"uLn" = (/obj/structure/window/reinforced,/turf/open/floor/circuit,/area/ai_monitored/turret_protected/aisat_interior)
"uLx" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{dir = 8; name = "air supply pipe"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{dir = 4; name = "scrubbers pipe"},/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/maintenance/fore)
"uLW" = (/obj/structure/table/wood,/obj/item/ashtray,/obj/item/reagent_containers/food/drinks/beer{pixel_x = -8; pixel_y = 9},/turf/open/floor/wood,/area/maintenance/starboard/aft)
"uLX" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 8; layer = 2.9},/obj/machinery/portable_atmospherics/canister/toxins,/obj/machinery/door/window/southleft{name = "Plasma Storage"; req_access_txt = "10"},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel{dir = 1; icon_plating = "floor"; icon_state = "floor_whole"},/area/engine/engineering)
@@ -130,6 +130,7 @@
departmental_flags = DEPARTMENTAL_FLAG_SCIENCE
//CIT ADDITIONS
/*
/datum/design/drone_shell
name = "Drone Shell"
desc = "A shell of a maintenance drone, an expendable robot built to perform station repairs."
@@ -140,4 +141,4 @@
build_path = /obj/item/drone_shell
category = list("Misc")
departmental_flags = DEPARTMENTAL_FLAG_SCIENCE
*/
+1 -1
View File
@@ -368,7 +368,7 @@
display_name = "Basic Robotics Research"
description = "Programmable machines that make our lives lazier."
prereq_ids = list("base")
design_ids = list("paicard", "drone_shell")
design_ids = list("paicard")
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2000)
export_price = 5000