mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
fix mech medigun not being available.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
/* //Chomp DISABLE START
|
||||
/datum/design/item/mechfab/rigsuit/rescuepharm
|
||||
name = "hardsuit mounted rescue pharmacy"
|
||||
desc = "A suit mounted rescue drug dispenser."
|
||||
@@ -20,6 +21,7 @@
|
||||
req_tech = list(TECH_MATERIAL = 4, TECH_COMBAT = 4, TECH_PHORON = 4, TECH_POWER = 4, TECH_ILLEGAL = 3)
|
||||
materials = list(MAT_STEEL = 6000, MAT_GLASS = 4000, MAT_PHORON = 2500, MAT_SILVER = 1000, MAT_GOLD = 500, MAT_URANIUM = 3000)
|
||||
build_path = /obj/item/mecha_parts/mecha_equipment/weapon/energy/laser/gamma
|
||||
*/ //Chomp DISABLE END
|
||||
|
||||
/datum/design/item/mecha/medigun
|
||||
name = "BL-3/P directed restoration system"
|
||||
|
||||
Reference in New Issue
Block a user