forked from VoxeLibre/VoxeLibre
Fix problem with power enchantment
This commit is contained in:
parent
46be7c0388
commit
8115575f20
|
@ -145,7 +145,7 @@ ARROW_ENTITY.on_step = function(self, dtime)
|
||||||
-- Check for object "collision". Done every tick (hopefully this is not too stressing)
|
-- Check for object "collision". Done every tick (hopefully this is not too stressing)
|
||||||
else
|
else
|
||||||
|
|
||||||
if self._damage == 10 or self._damage == 9 then
|
if self._damage >= 9 then
|
||||||
minetest.add_particlespawner({
|
minetest.add_particlespawner({
|
||||||
amount = 1,
|
amount = 1,
|
||||||
time = .001,
|
time = .001,
|
||||||
|
|
Loading…
Reference in New Issue