Sławomir Szczęsny

Results 18 comments of Sławomir Szczęsny

@appellation I was able to pinpoint the exact condition when the error occurs - when a post is displayed in split view - forum on left, post content on right....

> > Any luck with the issue ? > > FIXED check my reply Already using MessageContent intents, without it commands doesn't work at all. // Edit: please share a...

I added three getters to actor entity: ```js get fleshwoundsReversed() { return ( this.system.condition.fleshwounds.max - this.system.condition.fleshwounds.value ); } get traumaReversed() { return ( this.system.condition.trauma.max - this.system.condition.trauma.value ); } get sporeReversed()...

This is something I want to tackle since like forever. I will figure something out as a quick fix for V12, but want to redesign entire potentials/legacies so they will...

I think this fix was implemented back in a days. Closing for now as resolved.

Wrong issue xD

+1 Tried to find solution for this issue, but with no luck.