Rat king tweaks (#9000)

This commit is contained in:
Kara
2022-06-21 07:00:11 -07:00
committed by GitHub
parent 849b794489
commit 8d18d733b8
5 changed files with 18 additions and 3 deletions

View File

@@ -54,7 +54,7 @@ namespace Content.Shared.Pulling
private void AddPullVerbs(EntityUid uid, SharedPullableComponent component, GetVerbsEvent<Verb> args)
{
if (args.Hands == null || !args.CanAccess || !args.CanInteract)
if (!args.CanAccess || !args.CanInteract)
return;
// Are they trying to pull themselves up by their bootstraps?