Added the ability to Drag n Drop an actor's image to map (token).
some fix on editor for symbol
This commit is contained in:
@@ -63,7 +63,6 @@ export class ArmyCohortSheetL5r5e extends ItemSheetL5r5e {
|
||||
*/
|
||||
async _updateObject(event, formData) {
|
||||
if (formData["data.abilities"]) {
|
||||
// L5R Symbols
|
||||
formData["data.abilities"] = game.l5r5e.HelpersL5r5e.convertSymbols(formData["data.abilities"], true);
|
||||
}
|
||||
return super._updateObject(event, formData);
|
||||
|
||||
Reference in New Issue
Block a user