A quick fix would be to add something like this to the start of UR and BatBrain.
Code:boolean galaktik_cures_discounted() {return get_property("questM24Doc") == "finished";}
Make it return false (or true) without checking anything instead for a quick fix, since the return value is completely useless. If the script actually tries to use it, it will abort from galaktik no longer being a CLI command.