Merge branch 'master' into 2020-08-19-firelocks

This commit is contained in:
Víctor Aguilera Puerto
2020-09-11 19:54:12 +02:00
73 changed files with 1818 additions and 1519 deletions

View File

@@ -41,7 +41,7 @@ namespace Content.Server.Atmos
public void AfterInteract(AfterInteractEventArgs eventArgs)
{
if (!Owner.TryGetComponent(out SolutionComponent tank))
if (!Owner.TryGetComponent(out SolutionContainerComponent tank))
return;
if (tank.Solution.GetReagentQuantity(_fuelType) == 0)