From 61792123c41312717a656d744c891dad5c096690 Mon Sep 17 00:00:00 2001 From: matr1x <53655672+matr1x-hackmud@users.noreply.github.com> Date: Sun, 2 Nov 2025 11:55:00 +0000 Subject: [PATCH] Remove `LAW` and `WILD` from in-game colors list --- docs/scripting/syntax/colors.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/scripting/syntax/colors.mdx b/docs/scripting/syntax/colors.mdx index 330e2106..f26c5333 100644 --- a/docs/scripting/syntax/colors.mdx +++ b/docs/scripting/syntax/colors.mdx @@ -103,9 +103,7 @@ They are detailed below, with a description and the color identifier. | ((%IVOID%)) | The axiom VOID uses the color ((%II%)). | | ((%DCHAOS%)) | The axiom CHAOS uses the color ((%DD%)). | | ((%FCHOICE%)) | The axiom CHOICE uses the color ((%FF%)). | -| ((%nLAW%)) | The axiom LAW uses the color ((%nn%)). | | ((%CSPC_9999%)) | "Gray sectors" use the color ((%CC%)) | -| ((%EWILD%)) | The axiom WILD uses the color ((%EE%)). | | ((key:"value")) | Object keys use the color ((%NN%)), values use the color ((%VV%)). | | ((%D:::TRUST COMMUNICATION:::%)) | Trust communications use the color ((%DD%)). | | ((%C@%))((%Juser%)), ((%C@%))((%Kuser%)), ((%C@%))((%Muser%)), ((%C@%))((%Wuser%)), ((%C@%))((%Luser%)), and ((%C@%))((%Buser%)) | Usernames can use six different colors. The ((%C@%)) uses color ((%CC%)), and the name itself can take on any of the colors JKMWLB. |