asacolips-projects / 13th-age

13th Age system for Foundry VTT
5 stars 2 forks source link

Disengage fix for v12 #447

Closed ben closed 3 months ago

ben commented 3 months ago

This fixes the disengage rolls in Foundry v12, which had been throwing this warning:

Error: CONST.CHAT_MESSAGE_STYLES.ROLL is deprecated in favor of defining rolls directly in ChatMessage#rolls
Deprecated since Version 12

…and failing to roll and resolve in the chat message. I think the main thing here is that all rolling is async now, but I also included the v12-style rolls: [] in the chat message payload.