From 56671cb8fa1f204038ceff29f7b4d0cfb749716d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 20 Dec 2022 15:35:58 -0300 Subject: Increase how much alcohol is produced by the barrels --- npc/017-3/chagashroom.txt | 2 +- npc/024-9/sake.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/npc/017-3/chagashroom.txt b/npc/017-3/chagashroom.txt index e546aa27f..74e86a790 100644 --- a/npc/017-3/chagashroom.txt +++ b/npc/017-3/chagashroom.txt @@ -140,7 +140,7 @@ L_Main: if (askyesno() == ASK_YES) { if (rand(1000,10000) < redwine_chance()) { mesc l("Success!"), 3; - getitem RedPlushWine, REDWINE_AMMO*2; + getitem RedPlushWine, REDWINE_AMMO*3; } else { mesc l("The wine wasn't ready yet and you lost it..."), 1; } diff --git a/npc/024-9/sake.txt b/npc/024-9/sake.txt index c55de3f2b..6c30f2f62 100644 --- a/npc/024-9/sake.txt +++ b/npc/024-9/sake.txt @@ -150,7 +150,7 @@ L_Main: if (askyesno() == ASK_YES) { if (rand(1000,10000) < dwarvensake_chance()) { mesc l("Success!"), 3; - getitem DwarvenSake, DWARVEN_AMMO*2; + getitem DwarvenSake, DWARVEN_AMMO*3; } else { mesc l("The sake wasn't ready yet and you lost it..."), 1; } -- cgit v1.2.3-60-g2f50