vttred / ose

Old-School Essentials – Foundry VTT Edition
https://ose.vtt.red
GNU General Public License v3.0
95 stars 50 forks source link

The button to show in the Chat (the eye) does not work #524

Open NachoTeller opened 1 week ago

NachoTeller commented 1 week ago

What happened?

In the Abilities or Spells, we touch the Eye, and nothing happens

What is the expected behaviour?

The information of the Ability or Spell should be displayed in the chat.

Relevant Errors and Warnings

No response

Additional Support Details

No response

Foundry VTT Core Version

V11

Old-School Essentials Core Version

1.10.3

Please update your browser regularly. Which (updated) browsers are you seeing the problem on?

No response

Code of Conduct

apewall commented 6 days ago

Culprit is CHAT_MESSAGE_STYLES is not a part of v11. Removing this line should resolve the issue.

https://github.com/vttred/ose/blob/1bf7f8fe09343458fdf7d2664bf6c920d3dcf399/src/module/item/entity.js#L402