why did i think i could remove this

This commit is contained in:
Putnam3145
2021-11-07 16:47:57 -08:00
parent aa619e8a3a
commit da138b1b37
+3
View File
@@ -159,6 +159,8 @@
#define PP_MOLES(X) ((X / total_moles) * pressure)
#define PP(air, gas) PP_MOLES(air.get_moles(gas))
var/gas_breathed = 0
var/pressure = breath.return_pressure()
@@ -574,4 +576,5 @@
if(.)
applyOrganDamage(2) //Yamerol lungs are temporary
#undef PP
#undef PP_MOLES