Skip to content

Commit

Permalink
Tricord | Dex Revert
Browse files Browse the repository at this point in the history
- - -
Balance:
 - Returns Tricord to the state it was prior, not requiring a catalyst. This means you can once again body-mix, to the detriment of a patient.
 - Returns DexPlus to the state it was prior, not requiring a catalyst.
- - -
  • Loading branch information
ProbablyCarl committed Feb 25, 2022
1 parent edb234b commit d79ca68
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@

/datum/reagent/dexalinp
name = "Dexalin Plus"
description = "Dexalin Plus is used in the treatment of oxygen deprivation. It is highly effective."
description = "Dexalin Plus is used in the treatment of extreme oxygen deprivation."
taste_description = "bitterness"
reagent_state = LIQUID
color = "#0040ff"
Expand Down
2 changes: 0 additions & 2 deletions code/modules/reagents/Chemistry-Recipes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@
name = "Tricordrazine"
result = /datum/reagent/tricordrazine
required_reagents = list(/datum/reagent/inaprovaline = 1, /datum/reagent/dylovene = 1)
catalysts = list(/datum/reagent/toxin/phoron = 5)
result_amount = 2

/datum/chemical_reaction/alkysine
Expand Down Expand Up @@ -243,7 +242,6 @@
name = "Dexalin Plus"
result = /datum/reagent/dexalinp
required_reagents = list(/datum/reagent/dexalin = 1, /datum/reagent/carbon = 1, /datum/reagent/iron = 1)
catalysts = list(/datum/reagent/toxin/phoron = 5)
result_amount = 3

/datum/chemical_reaction/bicaridine
Expand Down

0 comments on commit d79ca68

Please sign in to comment.