MCPcopy Create free account
hub / github.com/NetHack/NetHack / dbterrainmesg

Function dbterrainmesg

src/objnam.c:3919–3926  ·  view source on GitHub ↗

message common to several wizterrainwish() results */

Source from the content-addressed store, hash-verified

3917
3918/* message common to several wizterrainwish() results */
3919staticfn void
3920dbterrainmesg(
3921 const char *newtype,
3922 coordxy x, coordxy y)
3923{
3924 pline("%s %s the drawbridge.", newtype,
3925 (levl[x][y].typ == DRAWBRIDGE_UP) ? "in front of" : "under");
3926}
3927
3928#define TIN_UNDEFINED 0
3929#define TIN_EMPTY 1

Callers 1

wizterrainwishFunction · 0.85

Calls 1

plineFunction · 0.70

Tested by

no test coverage detected