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:
8
Content.Client/Roles/RoleCodewordSystem.cs
Normal file
8
Content.Client/Roles/RoleCodewordSystem.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using Content.Shared.Roles.RoleCodeword;
|
||||
|
||||
namespace Content.Client.Roles;
|
||||
|
||||
public sealed class RoleCodewordSystem : SharedRoleCodewordSystem
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user