Update lungs.dm

This commit is contained in:
kevinz000
2019-07-03 03:55:27 -07:00
committed by GitHub
parent d01eb661cd
commit 8a4d7afca2

View File

@@ -288,7 +288,7 @@
gas_breathed = breath_gases[/datum/gas/stimulum]
if (gas_breathed > gas_stimulation_min)
var/existing = H.reagents.get_reagent_amount("stimulum")
H.reagents.add_reagent("stimulum",max(0, 1 - existing))
H.reagents.add_reagent("stimulum", max(0, 5 - existing))
breath_gases[/datum/gas/stimulum]-=gas_breathed
// Miasma