mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
unfucking design source part 1
This commit is contained in:
@@ -296,12 +296,6 @@
|
||||
)
|
||||
return ..()
|
||||
|
||||
/datum/techweb_node/borg_service/New()
|
||||
design_ids += list(
|
||||
"borg_upgrade_botany"
|
||||
)
|
||||
return ..()
|
||||
|
||||
/datum/techweb_node/borg_mining/New()
|
||||
design_ids += list(
|
||||
"borg_upgrade_welding",
|
||||
|
||||
@@ -193,33 +193,6 @@
|
||||
/obj/item/chisel,
|
||||
)
|
||||
|
||||
/datum/design/borg_upgrade_botany
|
||||
name = "Botanical Operator Module"
|
||||
id = "borg_upgrade_botany"
|
||||
build_type = MECHFAB
|
||||
build_path = /obj/item/borg/upgrade/botany
|
||||
materials = list(/datum/material/iron = SMALL_MATERIAL_AMOUNT * 2, /datum/material/glass = SMALL_MATERIAL_AMOUNT * 2)
|
||||
construction_time = 10 SECONDS
|
||||
category = list(
|
||||
RND_CATEGORY_MECHFAB_CYBORG_MODULES + RND_SUBCATEGORY_MECHFAB_CYBORG_MODULES_SERVICE
|
||||
)
|
||||
|
||||
/obj/item/borg/upgrade/botany
|
||||
name = "botanical operator upgrade"
|
||||
desc = "Provides an assortement of tools for dealing with plants."
|
||||
icon_state = "module_service"
|
||||
require_model = TRUE
|
||||
model_type = list(/obj/item/robot_model/service)
|
||||
model_flags = BORG_MODEL_SERVICE
|
||||
|
||||
items_to_add = list(
|
||||
/obj/item/secateurs,
|
||||
/obj/item/cultivator,
|
||||
/obj/item/shovel/spade,
|
||||
/obj/item/plant_analyzer,
|
||||
/obj/item/storage/bag/plants
|
||||
)
|
||||
|
||||
/*
|
||||
* UNIVERSAL CYBORG UPGRADES
|
||||
*/
|
||||
|
||||
@@ -67,13 +67,13 @@
|
||||
|
||||
/datum/design/limb_disk/tajaran
|
||||
name = "Tajaran Organ Design Disk"
|
||||
desc = "Contains designs for tajaran organs for the limbgrower - Tounges and eyes."
|
||||
desc = "Contains designs for tajaran organs for the limbgrower - Ears, tounges, and eyes."
|
||||
id = "limbdesign_tajaran"
|
||||
build_path = /obj/item/disk/design_disk/limbs/tajaran
|
||||
|
||||
/obj/item/disk/design_disk/limbs/tajaran
|
||||
name = "Tajaran Organ Design Disk"
|
||||
limb_designs = list(/obj/item/organ/tongue/cat/tajaran, /obj/item/organ/eyes/tajaran, /obj/item/organ/ears/cat/tajaran)
|
||||
limb_designs = list(/datum/design/tajaran_eyes, /datum/design/tajaran_tongue, /datum/design/tajaran_ears)
|
||||
|
||||
/obj/machinery/limbgrower/Initialize(mapload)
|
||||
categories += list(
|
||||
|
||||
Reference in New Issue
Block a user