mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
The Grand /TG Port - Part 1
This commit is contained in:
@@ -80,4 +80,13 @@
|
||||
req_tech = list(TECH_ILLEGAL = 2, TECH_MATERIAL = 2)
|
||||
materials = list(MAT_STEEL = 4000, MAT_GLASS = 4000)
|
||||
build_path = /obj/item/device/binoculars/scope
|
||||
sort_string = "TBAAD"
|
||||
sort_string = "TBAAD"
|
||||
|
||||
/datum/design/item/general/advmop
|
||||
name = "advanced mop"
|
||||
desc = "An advanced mop with pressured water jets that break away the toughest stains."
|
||||
id = "advmop"
|
||||
req_tech = list(TECH_MATERIAL = 3, TECH_ENGINEERING = 5, TECH_BIO = 1)
|
||||
materials = list(MAT_STEEL = 5000, MAT_GLASS = 2000, MAT_GOLD = 1000)
|
||||
build_path = /obj/item/weapon/mop/advanced
|
||||
sort_string = "TBAAE"
|
||||
Reference in New Issue
Block a user