Fix problem with power enchantment

This commit is contained in:
epCode 2021-03-12 16:07:57 -08:00
parent 46be7c0388
commit 8115575f20
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ ARROW_ENTITY.on_step = function(self, dtime)
-- Check for object "collision". Done every tick (hopefully this is not too stressing)
else
if self._damage == 10 or self._damage == 9 then
if self._damage >= 9 then
minetest.add_particlespawner({
amount = 1,
time = .001,