Files
CHOMPStation2/modular_chomp/code/modules/research/designs/misc.dm
2023-05-15 23:33:33 +10:00

8 lines
317 B
Plaintext

/datum/design/item/general/borgos
name = "Borg-O's Recipe"
desc = "A recipe for the cult classic Borg-O's meal. Warning: Not suitable for organic consumption."
id = "borgos1"
req_tech = list(TECH_MATERIAL = 2)
materials = list(MAT_STEEL = 5000)
build_path = /obj/item/trash/rkibble
sort_string = "KIBBB"