Updating species content

Aaaaaaand more JavaScript...
This commit is contained in:
professorbunbury 2020-07-30 16:04:59 -04:00
parent b1b182d143
commit 0ff30d2a05
3 changed files with 11 additions and 0 deletions

View file

@ -104,6 +104,10 @@ export class ItemSheet5e extends ItemSheet {
else if ( item.type === "feat" ) {
props.push(labels.featType);
}
else if ( item.type === "species" ) {
}
// Action type
if ( item.data.actionType ) {