Fulton tweaks (#19786)

This commit is contained in:
metalgearsloth
2023-09-03 22:18:09 +10:00
committed by GitHub
parent 1127b7961a
commit 0c42533433
5 changed files with 11 additions and 3 deletions

View File

@@ -105,7 +105,7 @@ public abstract partial class SharedFultonSystem : EntitySystem
private void OnFultonInteract(EntityUid uid, FultonComponent component, AfterInteractEvent args)
{
if (args.Target == null || args.Handled)
if (args.Target == null || args.Handled || !args.CanReach)
return;
if (TryComp<FultonBeaconComponent>(args.Target, out var beacon))