mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +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"
|
||||
|
||||
@@ -4051,6 +4051,7 @@
|
||||
#include "code\modules\research\designs.dm"
|
||||
#include "code\modules\research\destructive_analyzer.dm"
|
||||
#include "code\modules\research\mechfab_designs.dm"
|
||||
#include "code\modules\research\mechfab_designs_vr.dm"
|
||||
#include "code\modules\research\message_server.dm"
|
||||
#include "code\modules\research\prosfab_designs.dm"
|
||||
#include "code\modules\research\prosfab_designs_vr.dm"
|
||||
|
||||
Reference in New Issue
Block a user