Skip to content

Commit

Permalink
Adding multiple addictions to some alcohol drinks
Browse files Browse the repository at this point in the history
  • Loading branch information
tjlaxs committed Nov 16, 2023
1 parent 7ae6d0f commit 9114c42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/json/items/comestibles/alcohol.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"name": { "str_sp": "Marloss wine" },
"weight": "50 g",
"color": "pink",
"addiction_type": "marloss_r",
"addiction_type": [ "marloss_r", { "addiction": "alcohol", "potential": 5 } ],
"use_action": [ "MARLOSS" ],
"stim": -12,
"container": "bottle_glass",
Expand Down Expand Up @@ -659,7 +659,7 @@
"name": { "str_sp": "Irish coffee" },
"weight": "252 g",
"color": "brown",
"addiction_type": "alcohol",
"addiction_type": [ "alcohol", { "addiction": "caffeine", "potential": 3 } ],
"use_action": [ "ALCOHOL" ],
"stim": 12,
"container": "bottle_glass",
Expand Down Expand Up @@ -687,7 +687,7 @@
"name": { "str_sp": "karsk" },
"weight": "252 g",
"color": "brown",
"addiction_type": "alcohol",
"addiction_type": [ "alcohol", { "addiction": "caffeine", "potential": 3 } ],
"use_action": [ "ALCOHOL" ],
"stim": 12,
"container": "bottle_glass",
Expand Down

0 comments on commit 9114c42

Please sign in to comment.