Renamed *extra_sections* to *extra_content* and added documentation for the feature.

This commit is contained in:
Mark Wolfman
2021-08-07 23:45:36 -05:00
parent 1c0c13df72
commit 8a46ed31db
3 changed files with 23 additions and 18 deletions
+1 -1
View File
@@ -56,4 +56,4 @@ class BarFight(mechanics.Content):
name = "The Bar Fight"
extra_sections = [BBEGMotivation, BarFight]
extra_content = [BBEGMotivation, BarFight]