Skip to content

Commit

Permalink
mesa very stupid
Browse files Browse the repository at this point in the history
  • Loading branch information
JixS4v committed Sep 2, 2024
1 parent d67a07b commit bcdc28d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/mob/living/carbon/life.dm
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@
oxygen_used = GET_MOLES(/datum/gas/oxygen, breath)
clear_alert("not_enough_oxy")

ADD_MOLES(breath, /datum/gas/carbon_dioxide, oxygen_used)
REMOVE_MOLES(breath, /datum/gas/oxygen, oxygen_used)
ADD_MOLES(/datum/gas/carbon_dioxide, breath, oxygen_used)
REMOVE_MOLES(/datum/gas/oxygen, breath, oxygen_used)

//CARBON DIOXIDE
if(CO2_partialpressure > safe_co2_max)
Expand Down

0 comments on commit bcdc28d

Please sign in to comment.