Skip to content

Commit 4f75c33

Browse files
Remove Invalid Vitamin
1 parent 5dde173 commit 4f75c33

File tree

1 file changed

+2
-2
lines changed
  • Kenan-Modpack/Fallout_CDDA/Items/comestible

1 file changed

+2
-2
lines changed

Kenan-Modpack/Fallout_CDDA/Items/comestible/other.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"volume": "250 ml",
1919
"fun": 4,
2020
"flags": [ "EDIBLE_FROZEN" ],
21-
"vitamins": [ [ "potassium", 6 ], [ "vitC", 6 ] ]
21+
"vitamins": [ [ "vitC", 6 ] ]
2222
},
2323
{
2424
"type": "COMESTIBLE",
@@ -37,6 +37,6 @@
3737
"volume": "250 ml",
3838
"fun": 1,
3939
"flags": [ "EDIBLE_FROZEN" ],
40-
"vitamins": [ [ "potassium", 6 ], [ "vitA", 6 ] ]
40+
"vitamins": [ [ "vitA", 6 ] ]
4141
}
4242
]

0 commit comments

Comments
 (0)