Fixes hound belly expansion upgrade having wrong name in prosfab, tweaks tech reqs, makes name less wordy

This commit is contained in:
Heroman
2021-01-26 16:40:48 +10:00
parent 4cc68adc6d
commit f435641051
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -8,8 +8,8 @@
build_path = /obj/item/borg/upgrade/sizeshift
/datum/design/item/prosfab/robot_upgrade/bellysizeupgrade
name = "Size Alteration Module"
name = "Robohound Capacity Expansion Module"
id = "borg_hound_capacity_module"
req_tech = list(TECH_BLUESPACE = 3, TECH_MATERIAL = 3, TECH_POWER = 2)
req_tech = list(TECH_MATERIAL = 3, TECH_ENGINEERING = 2)
materials = list(DEFAULT_WALL_MATERIAL = 4000, "glass" = 4000)
build_path = /obj/item/borg/upgrade/bellysizeupgrade