Skip to content

Commit

Permalink
Чистка лишних медикаментов
Browse files Browse the repository at this point in the history
  • Loading branch information
msw7007 committed Jul 1, 2024
1 parent e1dd929 commit 4005775
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 37 deletions.
36 changes: 0 additions & 36 deletions modular_bandastation/medical/code/new_chemicals/organ_chemicals.dm
Original file line number Diff line number Diff line change
Expand Up @@ -67,39 +67,3 @@
results = list(/datum/reagent/medicine/cryodrit_base/ = 5)
required_reagents = list(/datum/reagent/medicine/omnidrite = 3, /datum/reagent/medicine/cryoxadone = 2, /datum/reagent/acetone = 1, /datum/reagent/water = 1, /datum/reagent/medicine/calomel = 1)
reaction_tags = REACTION_TAG_EASY | REACTION_TAG_HEALING | REACTION_TAG_PLANT | REACTION_TAG_BRUTE |REACTION_TAG_BURN | REACTION_TAG_TOXIN | REACTION_TAG_OXY

//Окуликcадонорит - глаза

/datum/reagent/medicine/cryodrit_base/oculixadonorit
name = "Oculixadonorit"
description = "Used to heal eyes in cold enviroment. Optimal temperature for best result is 103K"
organ = ORGAN_SLOT_EYES

/datum/chemical_reaction/medicine/oculixadonorit
results = list(/datum/reagent/medicine/cryodrit_base/ = 5)
required_reagents = list(/datum/reagent/medicine/omnidrite = 3, /datum/reagent/medicine/cryoxadone = 2, /datum/reagent/acetone = 1, /datum/reagent/water = 1, /datum/reagent/medicine/oculine = 1)
reaction_tags = REACTION_TAG_EASY | REACTION_TAG_HEALING | REACTION_TAG_PLANT | REACTION_TAG_BRUTE |REACTION_TAG_BURN | REACTION_TAG_TOXIN | REACTION_TAG_OXY

//Инакуcадонорит - уши

/datum/reagent/medicine/cryodrit_base/inacuxadonorit
name = "Inacuxadonorit"
description = "Used to heal ears in cold enviroment. Optimal temperature for best result is 103K"
organ = ORGAN_SLOT_EARS

/datum/chemical_reaction/medicine/inacuxadonorit
results = list(/datum/reagent/medicine/cryodrit_base/ = 5)
required_reagents = list(/datum/reagent/medicine/omnidrite = 3, /datum/reagent/medicine/cryoxadone = 2, /datum/reagent/acetone = 1, /datum/reagent/water = 1, /datum/reagent/medicine/inacusiate = 1)
reaction_tags = REACTION_TAG_EASY | REACTION_TAG_HEALING | REACTION_TAG_PLANT | REACTION_TAG_BRUTE |REACTION_TAG_BURN | REACTION_TAG_TOXIN | REACTION_TAG_OXY

//Манникcадонорит - мозг

/datum/reagent/medicine/cryodrit_base/mannixadonorit
name = "Mannixadonorit"
description = "Used to heal mannitol in cold enviroment. Optimal temperature for best result is 103K"
organ = ORGAN_SLOT_BRAIN

/datum/chemical_reaction/medicine/mannixadonorit
results = list(/datum/reagent/medicine/cryodrit_base/ = 5)
required_reagents = list(/datum/reagent/medicine/omnidrite = 3, /datum/reagent/medicine/cryoxadone = 2, /datum/reagent/acetone = 1, /datum/reagent/water = 1, /datum/reagent/medicine/mannitol = 1)
reaction_tags = REACTION_TAG_EASY | REACTION_TAG_HEALING | REACTION_TAG_PLANT | REACTION_TAG_BRUTE |REACTION_TAG_BURN | REACTION_TAG_TOXIN | REACTION_TAG_OXY
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
color = "#813d8f"
metabolization_rate = 0.5 * REAGENTS_METABOLISM
overdose_threshold = 30
ph = 5.4
ph = 4.1
chemical_flags = REAGENT_CAN_BE_SYNTHESIZED
inverse_chem_val = 0.5
inverse_chem = /datum/reagent/medicine/spaceacillin
Expand Down

0 comments on commit 4005775

Please sign in to comment.