diff --git a/data/gift_items_data.lua b/data/gift_items_data.lua index a0e4d25..cd0b286 100644 --- a/data/gift_items_data.lua +++ b/data/gift_items_data.lua @@ -233,5 +233,7 @@ npc.relationships.register_disliked_item("default:cobble", "male", { hints = {"If I really hate something, that's cobblestone!"} }) -npc.log("INFO", "Registered gift items: "..dump(npc.relationships.gift_items)) -npc.log("INFO", "Registered dialogues: "..dump(npc.dialogue.registered_dialogues)) \ No newline at end of file +npc.log("DEBUG", "Registered gift items: "..dump(npc.relationships.gift_items)) +npc.log("DEBUG", "Registered dialogues: "..dump(npc.dialogue.registered_dialogues)) +npc.log("INFO", "Registered gift items count: "..dump(#npc.relationships.gift_items)) +npc.log("INFO", "Registered dialogues count: "..dump(#npc.dialogue.registered_dialogues)) \ No newline at end of file