MCI_STATUS_POISON
if (m->status & MCI_STATUS_POISON)
if (!(m->status & MCI_STATUS_POISON))
pr_cont("|%s", (m->status & MCI_STATUS_POISON ? "Poison" : "-"));