Skip to content

Commit

Permalink
Update sfrpg.js
Browse files Browse the repository at this point in the history
Fix #220
  • Loading branch information
mclemente committed Dec 23, 2023
1 parent 3368309 commit 0baf4ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/module/providers/sfrpg.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import EstimationProvider from "./templates/Base.js";
export default class sfrpgEstimationProvider extends EstimationProvider {
constructor() {
super();
this.organicTypes.push("npc2");
this.vehicleRules = {
config: true,
vehicles: ["starship", "vehicle"],
Expand Down

0 comments on commit 0baf4ee

Please sign in to comment.