diff options
-rw-r--r-- | npc/020-5/bracco.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/020-5/bracco.txt b/npc/020-5/bracco.txt index 659505db8..cc34d405c 100644 --- a/npc/020-5/bracco.txt +++ b/npc/020-5/bracco.txt @@ -136,6 +136,7 @@ delinventorylist(); getinventorylist(); + debugmes "Requested to melt down %d %s (%s)", .@total, getitemname(.@id), strcharinfo(0); freeloop(true); for (.@index=0; .@index < @inventorylist_count; .@index++) { @@ -153,7 +154,9 @@ freeloop(false); // TODO: Put this in a timer so it can't be exploited + // For now, we'll produce logs so I can go after cheaters with a banhammer delitem .@id, .@total; // Delete first, no refunds + debugmes "Success melting down %d %s (%s)", .@total, getitemname(.@id), strcharinfo(0); @indexisbroken=true; return; |