From e17ffbd76fe03a217d72c26bd1fcbe820ba4cec9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Aguilera=20Puerto?= <6766154+Zumorica@users.noreply.github.com> Date: Fri, 6 Mar 2020 20:11:24 +0100 Subject: [PATCH] Adds verb categories (#766) * Adds verb categories * Update Content.Shared/GameObjects/Verbs/Verb.cs Co-Authored-By: Pieter-Jan Briers * Make GetCategory virtual Co-authored-by: Pieter-Jan Briers --- .../GameObjects/EntitySystems/VerbSystem.cs | 60 ++++++++++++++++--- .../GlobalVerbs/ViewVariablesVerb.cs | 2 + .../Components/Chemistry/SolutionComponent.cs | 2 +- .../Components/RotatableComponent.cs | 4 ++ .../GameObjects/EntitySystems/VerbSystem.cs | 4 +- Content.Server/GlobalVerbs/ControlMobVerb.cs | 2 + Content.Server/GlobalVerbs/RejuvenateVerb.cs | 2 + .../VerbSystemMessages.cs | 4 +- .../GameObjects/Verbs/GlobalVerb.cs | 7 +++ Content.Shared/GameObjects/Verbs/Verb.cs | 22 +++++++ 10 files changed, 97 insertions(+), 12 deletions(-) diff --git a/Content.Client/GameObjects/EntitySystems/VerbSystem.cs b/Content.Client/GameObjects/EntitySystems/VerbSystem.cs index 832ea53501..c88bf50150 100644 --- a/Content.Client/GameObjects/EntitySystems/VerbSystem.cs +++ b/Content.Client/GameObjects/EntitySystems/VerbSystem.cs @@ -121,7 +121,7 @@ namespace Content.Client.GameObjects.EntitySystems DebugTools.AssertNotNull(_currentPopup); - var buttons = new List