diff options
Diffstat (limited to 'npc/024-9')
-rw-r--r-- | npc/024-9/sake.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |