diff --git a/modular_nova/modules/deforest_medical_items/code/storage_items_robotics.dm b/modular_nova/modules/deforest_medical_items/code/storage_items_robotics.dm index 0b9565a81f6..e17223404a2 100644 --- a/modular_nova/modules/deforest_medical_items/code/storage_items_robotics.dm +++ b/modular_nova/modules/deforest_medical_items/code/storage_items_robotics.dm @@ -67,10 +67,10 @@ /obj/item/stack/cable_coil/thirty = 1, /obj/item/reagent_containers/pill/robotic_patch/synth_repair = 4, /obj/item/stack/medical/wound_recovery/robofoam = 1, - /obj/item/stack/medical/wound_recovery/robofoam_super = 1, /obj/item/reagent_containers/hypospray/medipen/deforest/robot_system_cleaner = 1, /obj/item/reagent_containers/hypospray/medipen/deforest/robot_liquid_solder = 1, /obj/item/reagent_containers/hypospray/medipen/deforest/coagulants = 1, + /obj/item/reagent_containers/spray/dinitrogen_plasmide = 1, /obj/item/healthanalyzer/simple = 1, ) generate_items_inside(items_inside,src) diff --git a/modular_nova/modules/medical/code/wounds/synth/medicine_reagents.dm b/modular_nova/modules/medical/code/wounds/synth/medicine_reagents.dm index 65b96507e42..cc9e7bd79a1 100644 --- a/modular_nova/modules/medical/code/wounds/synth/medicine_reagents.dm +++ b/modular_nova/modules/medical/code/wounds/synth/medicine_reagents.dm @@ -10,7 +10,6 @@ taste_description = "dull plasma" chemical_flags = REAGENT_CAN_BE_SYNTHESIZED process_flags = REAGENT_ORGANIC | REAGENT_SYNTHETIC - metabolization_rate = 0.5 // fast overdose_threshold = 60 // it takes a lot, if youre really messed up you CAN hit this but its unlikely chemical_flags = REAGENT_CAN_BE_SYNTHESIZED