Remove transportation as a location value
This commit is contained in:
parent
1ba6cd0617
commit
07517658e7
1 changed files with 1 additions and 5 deletions
|
|
@ -42,12 +42,8 @@ export class CommonItemData extends foundry.abstract.TypeDataModel {
|
|||
"inventory" = on player, equivalent to being put in a backpack
|
||||
"storage" = not on player at all, in a chest in their house or
|
||||
smth, these items should be displayed in the storage tab
|
||||
"transportation" = not on player, in some form of transportation,
|
||||
these items should be hidden on the sheet and the items that
|
||||
are on a transportation should be referenced by UUID in that
|
||||
transportation item
|
||||
*/
|
||||
choices: ["equipped", "inventory", "storage", "transportation"],
|
||||
choices: ["equipped", "inventory", "storage"],
|
||||
}),
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue