Skip to content

Commit

Permalink
Merge pull request #75 from farling42/master
Browse files Browse the repository at this point in the history
Add actorFilter to cyphersystemProvider
  • Loading branch information
mclemente authored Oct 23, 2023
2 parents 3327e49 + 57e0958 commit a199850
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions module/SystemProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -1303,6 +1303,10 @@ export class cyphersystemProvider extends SystemProvider {
return 700;
}

actorFilter(actor) {
return super.actorFilter(actor) && actor.type === "pc";
}

getActorDetails(actor) {
const data = actor.system;
if (actor.type!=='pc') return;
Expand Down

0 comments on commit a199850

Please sign in to comment.