Thanks for adding this. I just learned about combat filters last week and have already found several uses for them. They can be pretty handy.
The last line in the code I posted should be:
boolean obtain(int n, string cond, location locale) { return obtain(n, cond, locale, ""); }
I'm sure you...