Changes in 0.7.2
Fixed
- Bella's handover screen really does list your options now. 0.7.1 checked the wrong thing: the screen
reads the customer's favourite drug with no count check, and hers has none.
Installing by hand: Polyfill.Boot.dll goes into Plugins/, Polyfill.dll into Mods/. The plugin
does the work and has to be a plugin - it runs before any mod is read - so a copy of it in Mods/ is
ignored by MelonLoader. The mod only adds the console commands and can be left out.
Polyfill patches the game, not your mods. Your own files are never changed, and polyfillrestore in
the console takes the patch back out on the next launch.
What's Changed
- fix(fixes): ask whether the panel can DRAW the customer, not whether it has data by @DooDesch in #28
Full Changelog: v0.7.1...v0.7.2