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
+6
View File
@@ -109,4 +109,10 @@ item_groups = {
"Category Five Distinct Dice", "Category Five Distinct Dice",
"Category 4&5 Full House", "Category 4&5 Full House",
}, },
"Points": {
"100 Points",
"10 Points",
"1 Point",
"Bonus Point"
}
} }
+1 -1
View File
@@ -325,5 +325,5 @@ yd_option_groups = [
AddStoryChapters, AddStoryChapters,
WhichStory WhichStory
] ]
), )
] ]