kelp fronds are really not gems

- finish un-confusing the kelp frond case
This commit is contained in:
cohrs
2002-03-18 06:58:18 +00:00
parent 104814e2c8
commit a0a0a0e5dd

View File

@@ -449,7 +449,8 @@ boolean artif;
otmp->quan = (long) rnd(2); otmp->quan = (long) rnd(2);
break; break;
} }
if (otmp->otyp == CORPSE || otmp->otyp == MEAT_RING) break; if (otmp->otyp == CORPSE || otmp->otyp == MEAT_RING ||
otmp->otyp == KELP_FROND) break;
/* fall into next case */ /* fall into next case */
case GEM_CLASS: case GEM_CLASS: