Skip to content

Commit

Permalink
fix: cabin chemist gives you bottles that actually exist (#4358)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosvolt authored Mar 16, 2024
1 parent 52dc48e commit 17b376a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions data/json/npcs/cabin_chemist/cabin_chemist.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
},
{
"text": "[40$] I'll buy some aspirin.",
"effect": [ { "u_buy_item": "aspirin", "container": "bottle_plastic_pill_prescription", "cost": 4000, "count": 20 } ],
"effect": [ { "u_buy_item": "aspirin", "container": "bottle_plastic_small", "cost": 4000, "count": 20 } ],
"topic": "TALK_CABIN_CHEMIST_BULK_SELL_END"
},
{
Expand Down Expand Up @@ -128,7 +128,7 @@
{
"text": "[120$] I'll buy some antibiotics.",
"effect": [
{ "u_buy_item": "antibiotics", "container": "bottle_plastic_pill_prescription", "cost": 12000, "count": 20 },
{ "u_buy_item": "antibiotics", "container": "bottle_plastic_small", "cost": 12000, "count": 20 },
{ "u_add_effect": "chemist_waiting_for_antibiotics", "duration": "96 h" },
{ "npc_add_effect": "currently_busy", "duration": "96 h" }
],
Expand All @@ -138,7 +138,7 @@
{
"text": "[140$] I'll buy some antifungal drugs.",
"effect": [
{ "u_buy_item": "antifungal", "container": "bottle_plastic_pill_prescription", "cost": 14000, "count": 20 },
{ "u_buy_item": "antifungal", "container": "bottle_plastic_small", "cost": 14000, "count": 20 },
{ "u_add_effect": "chemist_waiting_for_antifungal", "duration": "96 h" },
{ "npc_add_effect": "currently_busy", "duration": "96 h" }
],
Expand Down Expand Up @@ -180,7 +180,7 @@
},
{
"text": "[40$] I'll buy some aspirin.",
"effect": [ { "u_buy_item": "aspirin", "container": "bottle_plastic_pill_prescription", "cost": 4000, "count": 20 } ],
"effect": [ { "u_buy_item": "aspirin", "container": "bottle_plastic_small", "cost": 4000, "count": 20 } ],
"topic": "TALK_CABIN_CHEMIST_BULK_SELL_END"
},
{
Expand Down Expand Up @@ -216,7 +216,7 @@
{
"text": "[120$] I'll buy some antibiotics.",
"effect": [
{ "u_buy_item": "antibiotics", "container": "bottle_plastic_pill_prescription", "cost": 12000, "count": 20 },
{ "u_buy_item": "antibiotics", "container": "bottle_plastic_small", "cost": 12000, "count": 20 },
{ "u_add_effect": "chemist_waiting_for_antibiotics", "duration": "96 h" },
{ "npc_add_effect": "currently_busy", "duration": "96 h" }
],
Expand All @@ -226,7 +226,7 @@
{
"text": "[140$] I'll buy some antifungal drugs.",
"effect": [
{ "u_buy_item": "antifungal", "container": "bottle_plastic_pill_prescription", "cost": 14000, "count": 20 },
{ "u_buy_item": "antifungal", "container": "bottle_plastic_small", "cost": 14000, "count": 20 },
{ "u_add_effect": "chemist_waiting_for_antifungal", "duration": "96 h" },
{ "npc_add_effect": "currently_busy", "duration": "96 h" }
],
Expand Down

0 comments on commit 17b376a

Please sign in to comment.