Commit f494b482 authored by JoyJ's avatar JoyJ

update chat color

parent 5e607e80
...@@ -39,14 +39,13 @@ ygopro.ctos_follow_before('CHAT', false, async function (buffer, info, client, s ...@@ -39,14 +39,13 @@ ygopro.ctos_follow_before('CHAT', false, async function (buffer, info, client, s
} }
else else
{ {
ygopro.stoc_send_chat_to_room(room, message, ygopro.constants.COLORS.LIGHTBLUE); ygopro.stoc_send_chat_to_room(room, message, ygopro.constants.COLORS.BABYBLUE);
} }
} }
else else
{ {
ygopro.stoc_send_chat_to_room(room, message, ygopro.constants.COLORS.LIGHTBLUE); message = message + ";其在本房间内的首次1d100投掷为" + client.roll + "";
message = client.name + "在本房间内的首次1d100投掷为" + client.roll + ""; ygopro.stoc_send_chat_to_room(room, message, ygopro.constants.COLORS.BABYBLUE);
ygopro.stoc_send_chat_to_room(room, message, ygopro.constants.COLORS.LIGHTBLUE);
} }
return true; return true;
}); });
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment