Skip to content

Commit

Permalink
Update sandwich.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamandus committed Jun 4, 2024
1 parent 87f5139 commit 11ecf12
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions data/json/items/comestibles/sandwich.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"copy-from": "sandwich_deluxe",
"name": { "str": "jam sandwich", "str_pl": "jam sandwiches" },
"conditional_names": [
{ "type": "COMPONENT_ID", "condition": "apple ", "name": "apple %s" },
{ "type": "COMPONENT_ID", "condition": "apple", "name": "apple %s" },
{ "type": "COMPONENT_ID", "condition": "apricot", "name": "apricot %s" },
{ "type": "COMPONENT_ID", "condition": "banana", "name": "banana %s" },
{ "type": "COMPONENT_ID", "condition": "blackberries", "name": "blackberry %s" },
Expand All @@ -83,15 +83,15 @@
{ "type": "COMPONENT_ID", "condition": "cranberries", "name": "cranberry %s" },
{ "type": "COMPONENT_ID", "condition": "grapefruit", "name": "grapefruit %s" },
{ "type": "COMPONENT_ID", "condition": "grapes", "name": "grape %s" },
{ "type": "COMPONENT_ID", "condition": "kiwi ", "name": "kiwi %s" },
{ "type": "COMPONENT_ID", "condition": "mango ", "name": "mango %s" },
{ "type": "COMPONENT_ID", "condition": "melon ", "name": "melon %s" },
{ "type": "COMPONENT_ID", "condition": "kiwi", "name": "kiwi %s" },
{ "type": "COMPONENT_ID", "condition": "mango", "name": "mango %s" },
{ "type": "COMPONENT_ID", "condition": "melon", "name": "melon %s" },
{ "type": "COMPONENT_ID", "condition": "orange", "name": "orange %s" },
{ "type": "COMPONENT_ID", "condition": "papaya", "name": "papaya %s" },
{ "type": "COMPONENT_ID", "condition": "peach ", "name": "peach %s" },
{ "type": "COMPONENT_ID", "condition": "pear ", "name": "pear %s" },
{ "type": "COMPONENT_ID", "condition": "peach", "name": "peach %s" },
{ "type": "COMPONENT_ID", "condition": "pear", "name": "pear %s" },
{ "type": "COMPONENT_ID", "condition": "pineapple", "name": "pineapple %s" },
{ "type": "COMPONENT_ID", "condition": "plums ", "name": "plum %s" },
{ "type": "COMPONENT_ID", "condition": "plums", "name": "plum %s" },
{ "type": "COMPONENT_ID", "condition": "pomegranate", "name": "pomegranate %s" },
{ "type": "COMPONENT_ID", "condition": "raspberries", "name": "raspberry %s" },
{ "type": "COMPONENT_ID", "condition": "rose_hips", "name": "rose_hip %s" },
Expand Down

0 comments on commit 11ecf12

Please sign in to comment.