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

Function doremove

src/polyself.c:1480–1494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1478}
1479
1480int
1481doremove(void)
1482{
1483 if (!Punished) {
1484 if (u.utrap && u.utraptype == TT_BURIEDBALL) {
1485 pline_The("ball and chain are buried firmly in the %s.",
1486 surface(u.ux, u.uy));
1487 return ECMD_OK;
1488 }
1489 You("are not chained to anything!");
1490 return ECMD_OK;
1491 }
1492 unpunish();
1493 return ECMD_TIME;
1494}
1495
1496int
1497dospinweb(void)

Callers 1

domonabilityFunction · 0.85

Calls 4

pline_TheFunction · 0.85
surfaceFunction · 0.85
YouFunction · 0.85
unpunishFunction · 0.85

Tested by

no test coverage detected