Add Points item category

This commit is contained in:
spinerak
2024-06-13 23:07:15 +02:00
parent 353a676301
commit cd6886062c
2 changed files with 7 additions and 1 deletions

View File

@@ -109,4 +109,10 @@ item_groups = {
"Category Five Distinct Dice",
"Category 4&5 Full House",
},
"Points": {
"100 Points",
"10 Points",
"1 Point",
"Bonus Point"
}
}

View File

@@ -325,5 +325,5 @@ yd_option_groups = [
AddStoryChapters,
WhichStory
]
),
)
]