mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-12-04 08:43:45 +01:00
Make stuck arrows stop processing all other behaviors
This commit is contained in:
parent
a56b4f9ca2
commit
51b6ade245
@ -333,7 +333,8 @@ function mod.sticks(self, dtime, entity_def, projectile_def)
|
|||||||
|
|
||||||
-- Stuck handling
|
-- Stuck handling
|
||||||
if self._stuck then
|
if self._stuck then
|
||||||
return stuck_on_step(self, dtime, entity_def, projectile_def)
|
stuck_on_step(self, dtime, entity_def, projectile_def)
|
||||||
|
return true
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user