From 266cbb887cf4a72979f764c3bff4790a972f78e9 Mon Sep 17 00:00:00 2001 From: Ombridride Date: Wed, 22 Jul 2015 01:36:04 +0200 Subject: [PATCH] Reduce the move speed of the Dirt Monster --- mods/mobs/dirtmonster.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/mobs/dirtmonster.lua b/mods/mobs/dirtmonster.lua index 5c2da588..fddaa374 100755 --- a/mods/mobs/dirtmonster.lua +++ b/mods/mobs/dirtmonster.lua @@ -27,8 +27,8 @@ mobs:register_mob("mobs:dirt_monster", { }, -- speed and jump view_range = 16, - walk_velocity = 3, - run_velocity = 5, + walk_velocity = 2.5, + run_velocity = 4, jump = true, -- drops dirt and coins when dead drops = {