* Add check before marking event as handled
* Update Content.Shared/Buckle/SharedBuckleSystem.Interaction.cs
Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
* Cleanup
---------
Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
return;
if (ent.Comp.BuckledTo != null)
- TryUnbuckle(ent!, args.User, popup: true);
+ args.Handled = TryUnbuckle(ent!, args.User, popup: true);
// TODO BUCKLE add out bool for whether a pop-up was generated or not.
- args.Handled = true;
}
private void AddStrapVerbs(EntityUid uid, StrapComponent component, GetVerbsEvent<InteractionVerb> args)