It doesn't work on android, the game refuses to open haha
Edit: did a bit of fiddling and apparently it doesn't works because the game has to modify something on the file (dunno what) and since android permission are wonky, it refuses to let the game modify said file.
Code:
File "renpy/bootstrap.py", line 275, in bootstrap
File "renpy/main.py", line 492, in main
File "renpy/script.py", line 310, in load_script
File "renpy/script.py", line 814, in load_appropriate_file
IOError: [Errno 13] Permission denied: '/storage/emulated/0/Android/data/nwp.android/files/game/patch.rpy'
Edit 2:
Managed to do the patch work. First open the game, clean install. Do a save whenever you can, I did it on the first map screen. Then without closing the game go and paste the patch into nwp.android/files/game and return to the game.
Make sure everything is right, save again then fully close the game and open it again.
And that's it, at least that's how I managed to make the patch work