Nerf gasping and reenable metabolism (#2261)

This commit is contained in:
DrSmugleaf
2020-10-14 22:32:06 +02:00
committed by GitHub
parent bd6697b9bb
commit 6bd29b4ed0
5 changed files with 42 additions and 14 deletions

View File

@@ -1,11 +0,0 @@
using JetBrains.Annotations;
using Robust.Shared.GameObjects.Systems;
namespace Content.Shared.GameObjects.EntitySystems
{
[UsedImplicitly]
public class SharedMetabolismSystem : EntitySystem
{
// TODO move metabolism updates here from body entity system
}
}