forked from GitHub-Mirrors/foundry-sw5e
Starship sheet loaded again
This commit is contained in:
parent
9f1e3c213c
commit
657102a9f3
2 changed files with 6 additions and 6 deletions
10
sw5e.js
10
sw5e.js
|
@ -140,11 +140,11 @@ Hooks.once("init", function() {
|
|||
makeDefault: false,
|
||||
label: "SW5E.SheetClassNPCOld"
|
||||
});
|
||||
// Actors.registerSheet("sw5e", ActorSheet5eStarship, {
|
||||
// types: ["starship"],
|
||||
// makeDefault: true,
|
||||
// label: "SW5E.SheetClassStarship"
|
||||
// });
|
||||
Actors.registerSheet("sw5e", ActorSheet5eStarship, {
|
||||
types: ["starship"],
|
||||
makeDefault: true,
|
||||
label: "SW5E.SheetClassStarship"
|
||||
});
|
||||
Actors.registerSheet('sw5e', ActorSheet5eVehicle, {
|
||||
types: ['vehicle'],
|
||||
makeDefault: true,
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Actor": {
|
||||
"types": ["character", "npc", "vehicle"],
|
||||
"types": ["character", "npc", "starship", "vehicle"],
|
||||
"templates": {
|
||||
"common": {
|
||||
"abilities": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue