Sires
2018-03-15 707fa5a97c0d56e18f16d56f7130ff6220a090a1
technic/radiation.lua
@@ -338,7 +338,7 @@
   local max_dist = strength * rad_dmg_mult_sqrt
   for _, o in pairs(minetest.get_objects_inside_radius(pos,
         max_dist + abdomen_offset)) do
      if entity_damage or o:is_player() then
      if (entity_damage or o:is_player()) and o:get_hp() > 0 then
         dmg_object(pos, o, strength)
      end
   end