| 1485 | }; |
| 1486 | |
| 1487 | const char * |
| 1488 | bottlename(void) |
| 1489 | { |
| 1490 | if (Hallucination) |
| 1491 | return ROLL_FROM(hbottlenames); |
| 1492 | else |
| 1493 | return ROLL_FROM(bottlenames); |
| 1494 | } |
| 1495 | |
| 1496 | /* handle item dipped into water potion or steed saddle splashed by same */ |
| 1497 | staticfn boolean |
no outgoing calls
no test coverage detected