Skip to content

Commit

Permalink
Mannitol patent received
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCastmer committed Feb 1, 2024
1 parent 72d1d2e commit 520e73f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modular_dripstation/code/datum/reagent/chemoverride.dm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/datum/reagent/medicine/mannitol
name = "Mannitol"
description = "Efficiently restores brain damage. Requires very cold temperatures to properly metabolize."
name = "Mannitolin"
description = "Generic drug that uses a patented active substance molecule to restore brain damage. Unfortunately it isn`t too effective and requires very cold temperatures to properly metabolize."
color = "#DCDCFF"
metabolization_rate = 1.5 * REAGENTS_METABOLISM

Expand All @@ -14,8 +14,8 @@
..()

/datum/reagent/medicine/mannitol/advanced
name = "Advanced mannitol"
description = "Efficiently restores brain damage. Really."
name = "Mannitol"
description = "Efficiently restores brain damage. Brand patented."
color = "#4CE8E2"
metabolization_rate = REAGENTS_METABOLISM

Expand Down

0 comments on commit 520e73f

Please sign in to comment.