Skip to content

Commit

Permalink
fix threat bio
Browse files Browse the repository at this point in the history
  • Loading branch information
moo-man committed Jul 5, 2024
1 parent 7c2a9a1 commit 3d9e148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/model/actor/threat.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ export class ThreatModel extends StandardWNGActorModel {
third: new fields.StringField({ default: "T" }),
fourth: new fields.StringField({ default: "T" })
}),
notes : new fields.StringField(),

})
schema.notes = new fields.StringField(),
schema.mob = new fields.NumberField(),
schema.resources = new fields.SchemaField({
ruin : new fields.NumberField({min : 0}),
Expand Down

0 comments on commit 3d9e148

Please sign in to comment.