Moerill / token-mold

MIT License
24 stars 33 forks source link

Request: Enable Starfinder support (it seems to work if you disable the system check) #90

Closed kinland closed 2 years ago

kinland commented 3 years ago

On a local install, I changed the system supported line to this.systemSupported = /dnd5e|pf2e|sfrpg/.exec(game.data.system.id) !== null; and dragged a large-sized Starfinder creature onto the scene. It was auto-sized to take up 2x2, as intended.

Looks like SFRPG is supported out of the box. It's only your regex stopping it from working.