Update 'mods/mobs_npc/r2.lua'

This commit is contained in:
thunderdog1138 2020-11-21 20:38:03 +00:00
parent 857501782b
commit a80e4dd4c0
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, 0.6, 0.4},
collisionbox = {-0.4, -0.4, -0.4, 0.4, 1.0, 0.4},
visual = "mesh",
visual_size = {x=2, y=2},
mesh = "r2.b3d",