mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-29 19:43:52 +00:00
size control implant
This commit is contained in:
@@ -13,6 +13,14 @@
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 2000, "glass" = 2000)
|
||||
build_path = /obj/item/weapon/implantcase/backup
|
||||
|
||||
/datum/design/item/implant/sizecontrol
|
||||
name = "Size control implant"
|
||||
id = "implant_size"
|
||||
req_tech = list(TECH_MATERIAL = 3, TECH_BIO = 4, TECH_DATA = 4, TECH_ENGINEERING = 3)
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 2000, "glass" = 2000, "silver" = 3000)
|
||||
build_path = /obj/item/weapon/implanter/sizecontrol
|
||||
sort_string = "TAAAA"
|
||||
|
||||
/datum/design/item/weapon/sizegun
|
||||
name = "Size gun"
|
||||
id = "sizegun"
|
||||
|
||||
Reference in New Issue
Block a user