actor picker 1

This commit is contained in:
François-Xavier Guillois
2023-09-01 19:59:44 +02:00
parent 918b7c0b0c
commit e11525564a
13 changed files with 136 additions and 20 deletions
-1
View File
@@ -253,7 +253,6 @@ export class VermineActorSheet extends ActorSheet {
weapons.push(i);
}
else if (i.type === 'ability') {
console.log('ability', i);
if (i.system.type == 'totem'){
totem_abilities.push(i);
} else {