Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghostkokos authored Jan 5, 2024
1 parent 735d630 commit e8e35b1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modular_RUtgmc/code/modules/reagents/reactions/medical.dm
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,8 @@
name = "Fasygin"
results = list(/datum/reagent/medicine/fasygin = 2)
required_reagents = list(/datum/reagent/medicine/dylovene = 1, /datum/reagent/copper = 1)

/datum/chemical_reaction/dupl_tricordrazine
name = "Duplicate Tricordrazine"
results = list(/datum/reagent/medicine/tricordrazine = 2)
required_reagents = list(/datum/reagent/virilyth = 1, /datum/reagent/medicine/tricordrazine = 1)

0 comments on commit e8e35b1

Please sign in to comment.