mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
Update VTM_Dice_Mechanics.js
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user