Fix gasping for real this time I promise (#2285)

* Fix gasping I promise for real this time

* Remove comments.

Co-authored-by: Víctor Aguilera Puerto <6766154+Zumorica@users.noreply.github.com>
This commit is contained in:
DrSmugleaf
2020-10-17 13:21:26 +02:00
committed by GitHub
parent 101fa9e466
commit 3989e20c29
3 changed files with 7 additions and 4 deletions

View File

@@ -159,6 +159,7 @@ namespace Content.Server.GameObjects.Components.Body.Behavior
{
var ratio = Atmospherics.BreathPercentage * frameTime;
Transfer(from, Air, ratio);
ToBloodstream(Air);
}