This is used to match the other_arch property of items attempting to be
put into a container. These other_arch values are checked against the
container's "race" string. Example:
* flesh sack -> race -> "hill_giant,beholder"
* "hill giant's head" will match if other_arch is "hill_giant"
* "beholder's tongue" will match if other_arch is "beholder"
It also might be good to match by name instead, but we'll see.