Update VTM_Dice_Mechanics.js

This commit is contained in:
Kirintale
2023-03-02 11:31:29 +00:00
committed by GitHub
parent 43d781b544
commit 6f2c8acd1e
+2 -1
View File
@@ -829,7 +829,8 @@ function calculateDc(run) {
return dc;
}
on("chat:message", function (msg) {
on("chat:message", function (msg_orig) {
let msg=_.clone(msg_orig);
// returns the chat window command entered, all in lowercase.
if (msg.type != 'api') {
return;