🐛 [hellfire] Fix missing braziers in crypt (causing instability)
- Crypt candles (braziers) around the storybook were occasionally missing
- Marked OFILE_CANDLE2 to load for all levels 1 through 12, so it is always loaded for crypt as well
- Made search for object graphics a bit more secure, as in the bugged case it would run off past the end of an array
{1,OFILE_BKSLBRNT,1,12,DTYPE_NONE,THEME_NONE,Q_INVALID,0,1,0,96,true,true,true,0,3,false},// BUGFIX should only be loaded on level 1-12 (crypt masks as 1-4) (fixed)
{1,OFILE_BKSLBRNT,1,12,DTYPE_NONE,THEME_NONE,Q_INVALID,0,1,0,96,true,true,true,0,3,false},// BUGFIX should only be loaded on level 1-12 (crypt masks as 1-4) (fixed)