Removes duplicate RPD science research design (#9720)

This commit is contained in:
Cameron Lennox
2024-12-29 03:04:51 -05:00
committed by GitHub
parent 7ba8c40a0d
commit a4ab374b23

View File

@@ -34,16 +34,6 @@
sort_string = "NAAAC" sort_string = "NAAAC"
department = LATHE_ALL | LATHE_ENGINEERING // CHOMPAdd department = LATHE_ALL | LATHE_ENGINEERING // CHOMPAdd
// YW addition begins // YW addition begins
/datum/design/item/tool/rpd
name = "Rapid Piping Device (RPD)"
desc = "A device used to rapidly pipe things."
id = "RPD"
req_tech = list(TECH_ENGINEERING = 3, TECH_MATERIAL = 2, TECH_BLUESPACE = 2)
materials = list(DEFAULT_WALL_MATERIAL = 300, MAT_SILVER = 100, MAT_DIAMOND = 500)
build_path = /obj/item/pipe_dispenser
sort_string = "NAAAB"
department = LATHE_ALL | LATHE_ENGINEERING // CHOMPAdd
/datum/design/item/tool/rms /datum/design/item/tool/rms
name = "Rapid Material Synthesizer (RMS)" name = "Rapid Material Synthesizer (RMS)"
desc = "A tool that converts battery charge to materials." desc = "A tool that converts battery charge to materials."