1
0
Fork 0

Make destroying boats with punch easier

This commit is contained in:
Eliy21 2024-01-22 08:01:16 +00:00
parent 2d2b64006b
commit e7a0e21607
1 changed files with 1 additions and 1 deletions

View File

@ -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