# .font: font.text_2
2022-07-16 17:34 dustin  
# .font: font.text_1
bd2-k but with random seed 14.  
  
original seeds: 10 11 12 13 15  
  
14 was obviously skipped, and it seems to be for asthetic reasons this time because there's a magic wall below the exit.   
  
how does it get there? well, on this seed the exit overwrites a random \. now in this cave, an object is used called "find and draw" (at least i call it this way now :d) this is used to draw a magic wall below every random \. the object "exit" is placed after the "find and draw" object, so the magic wall is already there when the \ is overwritten.  
  
it would've been possible to fix that by swapping the order of the "find and draw" object and the "exit" object, but either the creators didn't think of that possibility or skipping the seed was just the quicker and simpler solution.

# .font: font.text_2
2022-07-16 17:38 dustin  
# .font: font.text_1
btw, the "find and draw" object is also used in bd2-g - there it puts a | below every firefly (afterwards the titanium cave border is redrawn so the fflies on the bottom row have no | below them). probably this was made to make it easier to release the flies. this is also the reason why the brick wall pattern at different spots on different levels in this cave!

# .font: font.text_2
2022-07-16 17:40 dustin  
# .font: font.text_1
i wanted to say "...the brick wall pattern is broken at different spots..." :d