diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-06-22 03:20:19 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-06-22 03:20:19 -0300 |
commit | d8f68476b3922406a3376c6c6f302c6bb91afc1b (patch) | |
tree | c2a389ccb1e63275e7e531a017ceff2e404e67da /npc/items | |
parent | 5c8eb4657d66cbc5cc1db545c9da87e282ddfc45 (diff) | |
download | serverdata-d8f68476b3922406a3376c6c6f302c6bb91afc1b.tar.gz serverdata-d8f68476b3922406a3376c6c6f302c6bb91afc1b.tar.bz2 serverdata-d8f68476b3922406a3376c6c6f302c6bb91afc1b.tar.xz serverdata-d8f68476b3922406a3376c6c6f302c6bb91afc1b.zip |
The formula looks rotten. Oh well. TESTED.
Diffstat (limited to 'npc/items')
-rw-r--r-- | npc/items/alcohol.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |