From 23a64e9ffb4028f68e0cda6bc8e582ce8f7a0acc Mon Sep 17 00:00:00 2001 From: Ombridride Date: Tue, 31 Mar 2015 02:16:17 +0200 Subject: [PATCH] Update npc.lua --- mods/mobs/npc.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mods/mobs/npc.lua b/mods/mobs/npc.lua index a6a45049..e9c79797 100755 --- a/mods/mobs/npc.lua +++ b/mods/mobs/npc.lua @@ -30,9 +30,10 @@ mobs:register_mob("mobs:npc", { makes_footstep_sound = true, sounds = {}, -- speed and jump - walk_velocity = 1, - run_velocity = 2, + walk_velocity = 1.5, + run_velocity = 2.5, jump = true, + step = 1, -- drops wood and chance of apples when dead drops = { {name = "default:wood",