Remove unessesary code in slime+magma_cube.lua

This commit is contained in:
epCode 2021-02-19 13:25:53 -08:00
parent 393bc195fb
commit af89b95316
1 changed files with 0 additions and 3 deletions

View File

@ -78,9 +78,6 @@ local slime_big = {
attack = "green_slime_attack",
distance = 16,
},
do_custom = function(self)
ice_texture_alpha = minetest.features.object_use_texture_alpha and "blend" or true
end,
damage = 4,
reach = 3,
armor = 100,