From 4af2e4300a91d89a10e7973094a89023750fedbe Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 18 Feb 2021 14:58:16 -0300 Subject: Fix a typo on Rum/Whiskey formula --- npc/025-1/rum.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/025-1/rum.txt b/npc/025-1/rum.txt index 4114fc63d..68a6e1676 100644 --- a/npc/025-1/rum.txt +++ b/npc/025-1/rum.txt @@ -150,7 +150,7 @@ L_Main: if (askyesno() == ASK_YES) { if (rand(1000,10000) < rumbarrel_chance()) { mesc l("Success!"), 3; - if (REBIRTH && !rand2(20)) + if (REBIRTH > rand2(20)) getitem WhiskeyAle, FORTRESS_AMMO*.cupammo; else getitem CrazyRum, FORTRESS_AMMO*.cupammo; -- cgit v1.2.3-60-g2f50