This commit is contained in:
metalgearsloth
2023-01-18 05:25:32 +11:00
committed by GitHub
parent 4456229836
commit 6c9ce79387
27 changed files with 405 additions and 22 deletions

View File

@@ -154,7 +154,7 @@ namespace Content.Server.Nutrition.EntitySystems
args.Handled = TryDrink(args.User, args.User, component);
}
private void HandleLand(EntityUid uid, DrinkComponent component, LandEvent args)
private void HandleLand(EntityUid uid, DrinkComponent component, ref LandEvent args)
{
if (component.Pressurized &&
!component.Opened &&