diff options
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; } |