mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-22 19:46:36 +01:00
Add New Module to Protolathe
Last commit was **adding*** the module to the possible ones for borgs. This one is the one that adds the printable module to the Protolathe.
This commit is contained in:
@@ -308,3 +308,12 @@
|
||||
id = "rigmod_orescanner"
|
||||
build_path = /obj/item/rig_module/device/orescanner
|
||||
sort_string = "HCAAI"
|
||||
|
||||
//TFF: ports VOREStation resize module for printing from the fabricator.
|
||||
/datum/design/item/robot_upgrade/sizeshift
|
||||
name = "Size Alteration Module"
|
||||
desc = "Used to allow robot to freely alter their size."
|
||||
id = "borg_sizeshift_module"
|
||||
req_tech = list(TECH_BLUESPACE = 3, TECH_MATERIAL = 3, TECH_POWER = 2)
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 4000, "glass" = 4000)
|
||||
build_path = /obj/item/borg/upgrade/sizeshift
|
||||
Reference in New Issue
Block a user