Skip to content

Commit

Permalink
funny (#1168)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kapu1178 authored Dec 26, 2024
1 parent dd1d0ff commit 6c7b850
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion code/modules/reagents/chemistry/recipes/medicine.dm
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,10 @@
mix_message = "The solution yields an astringent powder."

/datum/chemical_reaction/silver_sulfadiazine
results = list(/datum/reagent/medicine/silver_sulfadiazine = 4)
results = list(
/datum/reagent/medicine/silver_sulfadiazine = 5,
/datum/reagent/silicon = 1, // The silicon from the kelotane gets left over.
)
// C10H9AgN4O2S is the chemical compound for silver sulf in real life. we conveniently have all of these chemicals, so let's replicate it here
required_reagents = list(
/datum/reagent/medicine/kelotane = 1, // Kelotane brings the carbon
Expand Down

0 comments on commit 6c7b850

Please sign in to comment.