MCPcopy Index your code
hub / github.com/NetHack/NetHack / bottlename

Function bottlename

src/potion.c:1487–1494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1485};
1486
1487const char *
1488bottlename(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 */
1497staticfn boolean

Callers 2

potionhitFunction · 0.85
chest_shatter_msgFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected