Some gas balancing/rearranging

This commit is contained in:
Putnam3145
2022-05-24 18:11:58 -07:00
parent e577995c69
commit 4af3633d6f
4 changed files with 47 additions and 36 deletions
+1 -1
View File
@@ -300,7 +300,7 @@
to_chat(H, "<span class='alert'>Your throat closes up!</span>")
H.silent = max(H.silent, 3)
else
H.adjustFireLoss(nitryl_pp/4)
H.adjustFireLoss(nitryl_pp/2)
gas_breathed = breath.get_moles(GAS_NITRYL)
if (gas_breathed > gas_stimulation_min)
H.reagents.add_reagent(/datum/reagent/nitryl,1)