rename ClassAttribute ClassFeature
This commit is contained in:
+1
-1
@@ -73,7 +73,7 @@ def bootstrap(db):
|
||||
db.add_or_update([acrobatics, athletics])
|
||||
|
||||
# classes
|
||||
fighting_style = schema.ClassAttribute("Fighting Style")
|
||||
fighting_style = schema.ClassFeature("Fighting Style")
|
||||
fighting_style.add_option(name="Archery")
|
||||
fighting_style.add_option(name="Defense")
|
||||
db.add_or_update(fighting_style)
|
||||
|
||||
Reference in New Issue
Block a user