Skip to content

Commit

Permalink
Add overflow behavior to pillbox_used and pillbox_large_used (#72617)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmqCypher authored Mar 25, 2024
1 parent 7511d69 commit 3461f3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/json/itemgroups/Drugs_Tobacco_Alcohol/drugs.json
Original file line number Diff line number Diff line change
Expand Up @@ -798,13 +798,15 @@
"id": "pillbox_used",
"subtype": "distribution",
"container-item": "pillbox",
"on_overflow": "discard",
"entries": [ { "group": "pillbox_contents" } ]
},
{
"type": "item_group",
"id": "pillbox_large_used",
"subtype": "distribution",
"container-item": "pillbox_large",
"on_overflow": "discard",
"entries": [ { "group": "pillbox_contents" } ]
},
{
Expand Down

0 comments on commit 3461f3e

Please sign in to comment.