Item TF device: Mind Binder (#7569)

This commit is contained in:
Eli
2024-01-29 10:17:21 +11:00
committed by GitHub
parent 6bef77332d
commit 270f533fcc
13 changed files with 246 additions and 7 deletions

View File

@@ -5,4 +5,12 @@
req_tech = list(TECH_MATERIAL = 2)
materials = list(MAT_STEEL = 5000)
build_path = /obj/item/trash/rkibble
sort_string = "KIBBB"
sort_string = "KIBBB"
/datum/design/item/general/mindbinder
name = "Mind Binder"
id = "mindbinder"
req_tech = list(TECH_MAGNET = 3, TECH_BIO = 3, TECH_ILLEGAL = 2)
materials = list(MAT_STEEL = 4000, MAT_GLASS = 4000, MAT_URANIUM = 2000)
build_path = /obj/item/device/mindbinder
sort_string = "TBVAB"