Merge pull request #8818 from Citadel-Station-13/kevinz000-patch-53

fixes stimulum by changing one number
This commit is contained in:
deathride58
2019-07-08 17:54:56 -04:00
committed by GitHub

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