From fd4cec0d63520dec3d9e7bdc9f8169e6683a3d3a Mon Sep 17 00:00:00 2001 From: Hector Franqui Date: Mon, 19 Jun 2017 21:03:24 -0400 Subject: [PATCH] Spawner: Assign sits, furnaces and storage nodes to spawned NPCs. Small basic schedule change: NPCs now sit from 12-1 on whatever sit they 'own'. Fixed /restore_plotmarkers not clearing all metadata. NPC: Attempted to add a fix for the children growing on their own (due to mobs_redo). --- npc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc.lua b/npc.lua index 56fbd24..7763bca 100755 --- a/npc.lua +++ b/npc.lua @@ -943,7 +943,7 @@ mobs:register_mob("advanced_npc:npc", { --self.textures = {"mobs_npc_child_male1.png"} --self.base_texture = "mobs_npc_child_male1.png" --self.object:set_properties(self) - npc.log("INFO", "NPC places: "..dump(self.places_map)) + --npc.log("INFO", "NPC places: "..dump(self.places_map)) npc.log("DEBUG", "Right-clicked NPC: "..dump(self)) -- Receive gift or start chat. If player has no item in hand