small correction to initial lingering cloud

This commit is contained in:
Brandon 2020-06-27 09:07:56 -04:00
parent 78fe436c91
commit f2e9b501b8
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ local function register_lingering(name, descr, color, def)
maxsize = 2,
collisiondetection = true,
vertical = false,
texture = "mcl_potions_sprite.png^[colorize:"..lingering_effect_at[pos].color..":127",
texture = "mcl_potions_sprite.png^[colorize:"..color..":127",
})
self.object:remove()
end