Merge pull request #11555 from VOREStation/upstream-merge-8265

[MIRROR] Adds a base matter cost to mech weapons and equipment.
This commit is contained in:
Casey
2021-09-23 23:43:24 -04:00
committed by GitHub
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1,2 +1,3 @@
/obj/item/mecha_parts/mecha_equipment/tool
matter = list(MAT_STEEL = 5000, MAT_GLASS = 3000)
equip_type = EQUIP_UTILITY
@@ -2,6 +2,7 @@
name = "mecha weapon"
range = RANGED
origin_tech = list(TECH_MATERIAL = 3, TECH_COMBAT = 3)
matter = list(MAT_STEEL = 6000, MAT_GLASS = 3000)
var/projectile //Type of projectile fired.
var/projectiles = 1 //Amount of projectiles loaded.
var/projectiles_per_shot = 1 //Amount of projectiles fired per single shot.