diff --git a/code/modules/research/mechfab_designs_vr.dm b/code/modules/research/mechfab_designs_vr.dm index 51a1cea50a..5fccf15e68 100644 --- a/code/modules/research/mechfab_designs_vr.dm +++ b/code/modules/research/mechfab_designs_vr.dm @@ -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" diff --git a/vorestation.dme b/vorestation.dme index 2812354f9b..cae0f50a9a 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -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"