Closed NekohimeMusou closed 2 months ago
Resolves #524.
The method that shows the chat card for an item/ability was referencing CONST.CHAT_MESSAGE_STYLES instead of CONST.CHAT_MESSAGE_TYPES, which exists. As noted in the issue comments, fixing the reference fixes the behavior. Tested in v11.
CONST.CHAT_MESSAGE_STYLES
CONST.CHAT_MESSAGE_TYPES
Resolves #524.
The method that shows the chat card for an item/ability was referencing
CONST.CHAT_MESSAGE_STYLES
instead ofCONST.CHAT_MESSAGE_TYPES
, which exists. As noted in the issue comments, fixing the reference fixes the behavior. Tested in v11.