Merge pull request #1412 from Dahlular/dronesbegone

Temporarily Removes Drones, Replacing Later
This commit is contained in:
Dahlular
2021-09-24 16:49:26 -06:00
committed by GitHub
3 changed files with 5 additions and 4 deletions
@@ -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