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

Function exclam

src/zap.c:3546–3553  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3544}
3545
3546const char *
3547exclam(int force)
3548{
3549 /* force == 0 occurs e.g. with sleep ray */
3550 /* note that large force is usual with wands so that !! would
3551 require information about hand/weapon/wand */
3552 return (const char *) ((force < 0) ? "?" : (force <= 4) ? "." : "!");
3553}
3554
3555void
3556hit(

Callers 10

hmon_hitmon_joustingFunction · 0.85
hmon_hitmon_msg_hitFunction · 0.85
hmonasFunction · 0.85
bhitmFunction · 0.85
dobuzzFunction · 0.85
cast_chain_lightningFunction · 0.85
mbhitmFunction · 0.85
muse_unslimeFunction · 0.85
thituFunction · 0.85
ohitmonFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected