forked from VoxeLibre/VoxeLibre
Make destroying boats with punch easier (#4159)
Reviewed-on: MineClone2/MineClone2#4159 Reviewed-by: Mikita Wiśniewski <rudzik8@protonmail.com> Co-authored-by: Eliy21 <eliy21@noreply.git.minetest.land> Co-committed-by: Eliy21 <eliy21@noreply.git.minetest.land>
This commit is contained in:
parent
d321b166ea
commit
f78ad93fd3
|
@ -168,7 +168,7 @@ end
|
|||
|
||||
|
||||
function boat.on_activate(self, staticdata, dtime_s)
|
||||
self.object:set_armor_groups({fleshy = 100})
|
||||
self.object:set_armor_groups({fleshy = 125})
|
||||
local data = minetest.deserialize(staticdata)
|
||||
if type(data) == "table" then
|
||||
self._v = data.v
|
||||
|
|
Loading…
Reference in New Issue