forked from GitHub-Mirrors/foundry-sw5e
Spot the link / entityClass error!
This commit is contained in:
parent
441342b7e9
commit
de52576408
53 changed files with 6102 additions and 223 deletions
|
@ -162,7 +162,23 @@ export class Item5e extends Item {
|
|||
|
||||
// Species Items
|
||||
else if ( itemData.type === "species" ) {
|
||||
<<<<<<< Updated upstream
|
||||
labels.species = C.species[data.species];
|
||||
=======
|
||||
// labels.species = C.species[data.species];
|
||||
}
|
||||
// Archetype Items
|
||||
else if ( itemData.type === "archetype" ) {
|
||||
// labels.archetype = C.archetype[data.archetype];
|
||||
}
|
||||
// Background Items
|
||||
else if ( itemData.type === "background" ) {
|
||||
|
||||
}
|
||||
// Class Feature Items
|
||||
else if ( itemData.type === "classfeature" ) {
|
||||
|
||||
>>>>>>> Stashed changes
|
||||
}
|
||||
|
||||
// Equipment Items
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue