Skip to content

Commit 51f7d93

Browse files
authored
Fix caffeinated gum and coffee substitute (CleverRaven#54780)
Remove caffeine from coffee substitute that says it has no caffeine. Give caffeine to the caffeinated gum that should clearly have caffeine.
1 parent 4888c64 commit 51f7d93

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

data/json/items/comestibles/drink.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@
236236
"symbol": "~",
237237
"quench": 40,
238238
"calories": 2,
239-
"addiction_type": "caffeine",
240239
"description": "Homemade not-coffee created from the Kentucky coffeetree, just like the Meskwaki tribe! Doesn't actually have any caffeine, and is very bitter, but it'll pass in a pinch.",
241240
"price": 100,
242241
"price_postapoc": 25,

data/json/items/comestibles/med.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@
235235
"comestible_type": "MED",
236236
"name": { "str": "caffeinated chewing gum" },
237237
"description": "Sugar-free chewing gum with added caffeine, it's a nice pick-me-up.",
238+
"addiction_type": "caffeine",
238239
"category": "drugs",
239240
"weight": "3 g",
240241
"volume": "250 ml",

0 commit comments

Comments
 (0)