Torches in Temple have a startLit attribute, but that also makes them yellow. This one is blue. That's pretty much it.
That startLit attribute is checked twice: in the constructor to make it yellow, and in Added to light it right away and make it non-collidable. So, turning the attribute on at the beginning of Added does the trick.
Very small request from RealVet on Discord.
Torches in Temple have a
startLit
attribute, but that also makes them yellow. This one is blue. That's pretty much it.That
startLit
attribute is checked twice: in the constructor to make it yellow, and in Added to light it right away and make it non-collidable. So, turning the attribute on at the beginning ofAdded
does the trick.