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

Function You_feel

src/pline.c:387–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385}
386
387void
388You_feel(const char *line, ...)
389{
390 va_list the_args;
391 char *tmp;
392
393 va_start(the_args, line);
394 if (Unaware)
395 YouPrefix(tmp, "You dream that you feel ", line);
396 else
397 YouPrefix(tmp, "You feel ", line);
398 vpline(strcat(tmp, line), the_args);
399 va_end(the_args);
400}
401
402void
403You_cant(const char *line, ...)

Callers 15

doneFunction · 0.85
pluslvlFunction · 0.85
take_goldFunction · 0.85
throne_sit_effectFunction · 0.85
special_throne_effectFunction · 0.85
attrcurseFunction · 0.85
make_confusedFunction · 0.85
make_stunnedFunction · 0.85
make_sickFunction · 0.85
make_vomitingFunction · 0.85
peffect_waterFunction · 0.85
peffect_invisibilityFunction · 0.85

Calls 1

vplineFunction · 0.85

Tested by

no test coverage detected