Update gift_items_data.lua

This commit is contained in:
NewbProgrammer101 2017-09-23 11:58:26 -05:00 committed by GitHub
parent 0368a4d579
commit f21d010f7f
1 changed files with 2 additions and 2 deletions

View File

@ -219,7 +219,7 @@ npc.relationships.register_disliked_item("default:stone", "female", {
npc.relationships.register_disliked_item("default:cobble", "female", {
responses = {"Cobblestone? No, no, why?"},
hints = {"Anything worst than stone is cobblestone."}
hints = {"Anything worse than anything is cobblestone."}
})
-- Male
@ -234,4 +234,4 @@ npc.relationships.register_disliked_item("default:cobble", "male", {
})
npc.log("INFO", "Registered gift items: "..dump(npc.relationships.gift_items))
npc.log("INFO", "Registered dialogues: "..dump(npc.dialogue.registered_dialogues))
npc.log("INFO", "Registered dialogues: "..dump(npc.dialogue.registered_dialogues))