Update 'mods/mobs_npc/r2.lua'

This commit is contained in:
thunderdog1138 2020-11-21 20:41:32 +00:00
parent a7ad03b26c
commit 85d6fc8a7c
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ mobs:register_mob("mobs_npc:r2", {
hp_min = 22,
hp_max = 32,
armor = 80,
collisionbox = {-0.4, -0.4, -0.4, 0.4, 1.1, 0.4},
collisionbox = {-0.4, -0.4, -0.4, 0.4, 1.2, 0.4},
visual = "mesh",
visual_size = {x=2, y=2},
mesh = "r2.b3d",