Skip to content

Commit

Permalink
Unfuck-stim-Hemo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mango123121 committed May 26, 2024
1 parent 74655d5 commit 040d8a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/modules/reagents/chemistry/recipes/medicine.dm
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ datum/chemical_reaction/rezadone
/datum/chemical_reaction/stimfluid
name = "stimfluid"
id = /datum/reagent/medicine/stimpak
results = list(/datum/reagent/medicine/stimpak = 5)
results = list(/datum/reagent/medicine/stimpak = 25)
required_reagents = list(
/datum/reagent/medicine/bicaridine = 5,
/datum/reagent/medicine/kelotane = 5,
Expand Down Expand Up @@ -415,7 +415,7 @@ datum/chemical_reaction/rezadone
id = /datum/reagent/medicine/hemostatic
results = list(/datum/reagent/medicine/hemostatic = 20)
required_reagents = list(
/datum/reagent/medicine/bicaridine = 5,
/datum/reagent/medicine/morphine = 5,
/datum/reagent/medicine/brocjuice = 5,
/datum/reagent/medicine/xanderjuice = 5,
/datum/reagent/medicine/styptic_powder = 10
)

0 comments on commit 040d8a4

Please sign in to comment.