Hey guys,
I know this forum isn't very active but I have a bit of a problem that I can't seem to figure out so I'm hoping someone is around that can lend an experienced ear.

I have shifted over to the Discworld distribution lib, and while everything has been going as smoothly as possible (most things have been fixable), I have run into an error with my magic handler. It all works except for this part in the effect
the error is this:
. Bad assignment ( class vs class
). before the end of line
which is this line here:
result = match_objects_in_environments(thing, caster);
this is for dealing with consuming items and required reagents. I'm pretty stumped, so I do hope someone is around.
