mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-15 00:54:16 +01:00
Merge pull request #9614 from Heroman3003/belly-cap-fix-rename
Fixes hound belly expansion upgrade having wrong name in prosfab, tweaks tech reqs, makes name less wordy
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user