This was already allowed for the other montype-compatible objects like
statues, corpses, eggs and tins. I don't see a reason why figurines
shouldn't be part of this group; perhaps it was an oversight.
tmpobj.id = -1;
if (tmpobj.id == STATUE || tmpobj.id == EGG
- || tmpobj.id == CORPSE || tmpobj.id == TIN) {
+ || tmpobj.id == CORPSE || tmpobj.id == TIN
+ || tmpobj.id == FIGURINE) {
struct permonst *pm = NULL;
int i, lflags = 0;
char *montype = get_table_str_opt(L, "montype", NULL);