Update entities.lua

This commit is contained in:
Alexsandro Percy 2023-02-28 16:25:34 -03:00 committed by GitHub
parent c343ba2610
commit c17de98072
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -289,7 +289,7 @@ minetest.register_entity("ap_airship:airship", {
timeout = 0;
buoyancy = 0.15,
max_hp = 50,
anchored = false,
anchored = true,
physics = ap_airship.physics,
hull_integrity = nil,
owner = "",