Fixes way too much gas being breathed
This commit is contained in:
@@ -248,7 +248,7 @@
|
||||
for(var/gas in breath.get_gases())
|
||||
if(gas in breath_reagents)
|
||||
var/datum/reagent/R = breath_reagents[gas]
|
||||
H.reagents.add_reagent(R, PP(breath,gas))
|
||||
H.reagents.add_reagent(R, breath.get_moles(gas) * initial(R.molarity))
|
||||
mole_adjustments[gas] = (gas in mole_adjustments) ? mole_adjustments[gas] - breath.get_moles(gas) : -breath.get_moles(gas)
|
||||
|
||||
for(var/gas in mole_adjustments)
|
||||
|
||||
Reference in New Issue
Block a user