kelp fronds are really not gems
- finish un-confusing the kelp frond case
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user