From 10551b5a837080018cb58ad6ddc97a1aa236702d Mon Sep 17 00:00:00 2001 From: Fedja Beader Date: Thu, 20 Mar 2025 00:00:17 +0100 Subject: Don't prefix with 0 --- npc/items/emptybox.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/items/emptybox.txt b/npc/items/emptybox.txt index 4b3010dbb..c38626ecb 100644 --- a/npc/items/emptybox.txt +++ b/npc/items/emptybox.txt @@ -37,7 +37,7 @@ OnUse: .@amount = .@boxMatrix[.@matrixIndex]; .@itemID = .@boxMatrix[.@matrixIndex + 1]; - mesc l("- %03d %s", .@amount, getitemlink(.@itemID)); + mesc l("- %3d %s", .@amount, getitemlink(.@itemID)); if (countitem(.@itemID) >= .@amount) { array_push(.@menuOptions$, .@boxStrings[.@index]); array_push(.@menuOptions$, str(.@index)); -- cgit v1.2.3-70-g09d2