forked from GitHub-Mirrors/foundry-sw5e
Updating species content
Aaaaaaand more JavaScript...
This commit is contained in:
parent
b1b182d143
commit
0ff30d2a05
3 changed files with 11 additions and 0 deletions
|
@ -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 ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue