From d8f68476b3922406a3376c6c6f302c6bb91afc1b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 22 Jun 2020 03:20:19 -0300 Subject: The formula looks rotten. Oh well. TESTED. --- npc/items/alcohol.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/items/alcohol.txt b/npc/items/alcohol.txt index e8a7aa7a9..374a4be31 100644 --- a/npc/items/alcohol.txt +++ b/npc/items/alcohol.txt @@ -118,7 +118,7 @@ OnUse: .@max=min(0, .@min*limit(100, 500-.@pam, 500)/500); SC_Bonus(.@delay, SC_ATTHASTE_INFINITY, .@min, .@max); if (debug || $@GM_OVERRIDE) - debugmes "Alcohol penalty: %d ~ %d for %d ms", .@min, .@max, .@delay; + debugmes "Alcohol penalty: %d ~ %d for %d s", .@min, .@max, .@delay; close; } -- cgit v1.2.3-60-g2f50