Hello everyone, I am back

Still not 100% but back...
I did manage to do a bit of rudimentary work on the project as well, most of it is code (I went with how I felt and the most mundane and boring task in PyTFall was improving the code to new realities...)
So, new stuff:
- Old/Slow resize_image() function has been replaced with a much faster ProportionScale() class.
- Old Alkion's image tracking system (file name based) has been completely removed from the game.
- img/fixedimg methods of Girl's class that drew images from that system are now also gone so only the new show() method is left (it uses Rudi's tagging system). New k/w argument (cache) has been added to that method to replace fixedimg() and if set to true, allows show() to be used on renpy screens language directly.
- BE bridge has been improved, nowhere near done yet but code has advanced a bit and I have better idea on how to improve it further.
- School's list out of range bug has been tracked and fixed (appeared after refactoring School to Job couple of month back).
- Load of bugs removed that were there or appeared due to resize_image()/show() method refactoring (and when I say loads I mean LOADS

) In fact, I went over my version of the game and failed to find one crashing element.
- Few interactions/girlsmeets/events that we have, also been updated with new code and debugged.
- Whore ranks code has been slightly improved.
- Two small interface improvements:
1) School courses
2) Brothel advertising (did not really deserve a label/screen combo of it's own)