From 5c241900554936f0f4474b13ad0cfdc3a40b3d5b Mon Sep 17 00:00:00 2001 From: crabman77 Date: Thu, 16 Jul 2015 23:35:00 +0200 Subject: [PATCH] yeti is big monster. coef 1.0 to 1.2 --- mods/mobs/yeti.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/mobs/yeti.lua b/mods/mobs/yeti.lua index cbe0037d..37ebb152 100755 --- a/mods/mobs/yeti.lua +++ b/mods/mobs/yeti.lua @@ -16,13 +16,13 @@ mobs:register_mob("mobs:yeti", { hp_max = 30, armor = 90, -- textures and model - collisionbox = {-0.35,-1.0,-0.35, 0.35,0.8,0.35}, + collisionbox = {-0.42,-1.2,-0.42, 0.42,0.96,0.42}, visual = "mesh", mesh = "character.b3d", textures = { {"mobs_yeti.png"}, }, - visual_size = {x=1, y=1}, + visual_size = {x=1.2, y=1.2}, blood_texture = "mobs_blood.png", -- sounds makes_footstep_sound = true,