Skip to content

Commit 15cf7b5

Browse files
Make cooking oils charges slightly more convenient (#82683)
1 parent 1afb2b1 commit 15cf7b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

data/json/items/comestibles/drink_other.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,20 +234,20 @@
234234
"subtypes": [ "COMESTIBLE" ],
235235
"id": "cooking_oil",
236236
"name": { "str_sp": "vegetable cooking oil" },
237-
"weight": "15 g",
238237
"color": "yellow",
239238
"container": "jug_plastic",
240239
"sealed": false,
241240
"comestible_type": "DRINK",
242241
"symbol": "~",
243242
"quench": -1,
244-
"calories": 127,
243+
"calories": 174,
245244
"description": "Thin yellow vegetable oil used for cooking.",
246245
"price": "40 cent",
247246
"price_postapoc": "5 cent",
248247
"material": [ "oil", "veggy" ],
248+
"weight": "20 g",
249249
"volume": "250 ml",
250-
"charges": 16,
250+
"charges": 10,
251251
"phase": "liquid",
252252
"fun": -25,
253253
"use_action": [ "BLECH" ],

0 commit comments

Comments
 (0)