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

Function rock_disappear_msg

src/hack.c:314–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312}
313
314staticfn void
315rock_disappear_msg(struct obj *otmp)
316{
317 if (u.usteed)
318 pline("%s pushes %s and suddenly it disappears!",
319 YMonnam(u.usteed), the(xname(otmp)));
320 else
321 You("push %s and suddenly it disappears!",
322 the(xname(otmp)));
323
324}
325
326staticfn void
327moverock_done(coordxy sx, coordxy sy)

Callers 1

moverock_coreFunction · 0.85

Calls 5

YMonnamFunction · 0.85
theFunction · 0.85
xnameFunction · 0.85
YouFunction · 0.85
plineFunction · 0.70

Tested by

no test coverage detected