Syringes now automatically switch between draw/inject when emptied/filled up fully.

This commit is contained in:
Pieter-Jan Briers
2021-01-25 02:10:23 +01:00
parent c465253a2a
commit 67e1da4cc2
2 changed files with 43 additions and 16 deletions

View File

@@ -31,7 +31,7 @@ namespace Content.Shared.GameObjects.Components.Chemistry
}
}
protected enum InjectorToggleMode
public enum InjectorToggleMode
{
Inject,
Draw