Skip to content

Commit

Permalink
oops (#36724)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eneocho authored Jun 26, 2024
1 parent a800ca4 commit 675303d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/reagents/reagents/reagents_medical.dm
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ var/global/list/charcoal_doesnt_remove=list(
id = DEXALIN
description = "Dexalin is used in the treatment of oxygen deprivation."
reagent_state = REAGENT_STATE_LIQUID
color = "#C2733F" //rgb: 74, 230, 252
color = "#4CE9FF" //rgb: 74, 230, 252
density = 2.28
specheatcap = 0.91

Expand Down Expand Up @@ -701,7 +701,7 @@ var/global/list/charcoal_doesnt_remove=list(
id = DEXALINP
description = "Dexalin Plus is used in the treatment of oxygen deprivation. Its highly effective."
reagent_state = REAGENT_STATE_LIQUID
color = "#C2733F" //rgb: 74, 230, 252
color = "#4CE9FF" //rgb: 74, 230, 252
density = 4.14
specheatcap = 0.29

Expand Down

0 comments on commit 675303d

Please sign in to comment.