Remove InteractedWithEvent and friends. (#11939)
This commit is contained in:
@@ -303,6 +303,7 @@ namespace Content.Server.PneumaticCannon
|
||||
Verb ejectItems = new();
|
||||
ejectItems.Act = () => TryEjectAllItems(component, args.User);
|
||||
ejectItems.Text = Loc.GetString("pneumatic-cannon-component-verb-eject-items-name");
|
||||
ejectItems.DoContactInteraction = true;
|
||||
args.Verbs.Add(ejectItems);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user