Put items inside cakes! (#31015)
* First commit * I'm silly * Please be it * Some more fixes * Cleanup * fine! * removed = false * review --------- Co-authored-by: Milon <milonpl.git@proton.me>
This commit is contained in:
@@ -30,7 +30,7 @@ public sealed class ToolOpenableSystem : EntitySystem
|
||||
|
||||
private void OnInteractUsing(Entity<ToolOpenableComponent> entity, ref InteractUsingEvent args)
|
||||
{
|
||||
if (args.Handled)
|
||||
if (args.Handled || entity.Comp.VerbOnly)
|
||||
return;
|
||||
|
||||
if (TryOpenClose(entity, args.Used, args.User))
|
||||
|
||||
Reference in New Issue
Block a user