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

Function You_cant

src/pline.c:402–411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

400}
401
402void
403You_cant(const char *line, ...)
404{
405 va_list the_args;
406 char *tmp;
407
408 va_start(the_args, line);
409 vpline(YouMessage(tmp, "You can't ", line), the_args);
410 va_end(the_args);
411}
412
413void
414pline_The(const char *line, ...)

Callers 15

wield_toolFunction · 0.85
can_twoweaponFunction · 0.85
feature_alert_optsFunction · 0.85
dositFunction · 0.85
Blindf_onFunction · 0.85
Blindf_offFunction · 0.85
armor_or_accessory_offFunction · 0.85
already_wearing2Function · 0.85
canwearobjFunction · 0.85
accessory_or_armor_onFunction · 0.85
use_saddleFunction · 0.85
mount_steedFunction · 0.85

Calls 1

vplineFunction · 0.85

Tested by 1

test_moveFunction · 0.68