diff --git a/ammo.lua b/ammo.lua index 4a52513..e622cdd 100644 --- a/ammo.lua +++ b/ammo.lua @@ -316,10 +316,12 @@ if math.random(1,100) <= crit+((skill*10)-10) then local entpos = self.object:get_pos() + --[[ minetest.add_particle ({ pos = entpos, velocity = 0, acceleration = {x=0, y=5, z=0}, expirationtime = 0.75, size = 12, collisiondetection = false, vertical = false, texture = "rangedweapons_crit.png", glow = 30,}) + ]] hit_texture = "rangedweapons_crithit.png" end