mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-24 20:03:45 +01:00
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)
|
||||
else
|
||||
|
||||
if self._damage == 10 or self._damage == 9 then
|
||||
if self._damage >= 9 then
|
||||
minetest.add_particlespawner({
|
||||
amount = 1,
|
||||
time = .001,
|
||||
|
Loading…
Reference in New Issue
Block a user