Merge pull request #48 from zaoqi/patch-1

increase vehicles:apache's size
master
D00Med 2021-09-20 07:22:23 +10:00 committed by GitHub
commit 499c99fd22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1550,7 +1550,7 @@ minetest.register_entity("vehicles:apache", {
hp_max = 200,
animation_speed = 5,
physical = true,
collisionbox = {-1.8, 0, -1.8, 1.8, 1.5, 1.8},
collisionbox = {-3, 0, -3, 3, 1.5, 3},
on_rightclick = function(self, clicker)
if self.driver and clicker == self.driver then
vehicles.object_detach(self, clicker, {x=1, y=0, z=1})