Add codeword highlighting (#30092)

* Added codeword highlighting

* Updated to support more codeword roles, color is set serverside

* Review feedback

* Change to a Component-based system using SessionSpecific

* Tidied up CanGetState, set Access restrictions on component

* Clean-up

* Makes the injection ignore brackets, restore some codewords, remove "Taste/Touch" from adjectives
This commit is contained in:
SlamBamActionman
2024-08-23 11:14:38 +02:00
committed by GitHub
parent 7b5c6be674
commit 61a1e89339
9 changed files with 146 additions and 3 deletions

View File

@@ -0,0 +1,8 @@
using Content.Shared.Roles.RoleCodeword;
namespace Content.Client.Roles;
public sealed class RoleCodewordSystem : SharedRoleCodewordSystem
{
}