Skip to content

Commit

Permalink
Rebalances the premium synth medkit, as well as decreasing the plasmi…
Browse files Browse the repository at this point in the history
…de metabolization rate (#2430)

* aagh

* oops

* i screwed up

* get it out of the vendor you fool
  • Loading branch information
nikothedude authored and StealsThePRs committed May 11, 2024
1 parent 70799df commit 34bf15c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 34bf15c

Please sign in to comment.