MCPcopy Index your code
hub / github.com/NetHack/NetHack / make_vomiting

Function make_vomiting

src/potion.c:242–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240}
241
242void
243make_vomiting(long xtime, boolean talk)
244{
245 long old = Vomiting;
246
247 if (Unaware)
248 talk = FALSE;
249
250 set_itimeout(&Vomiting, xtime);
251 disp.botl = TRUE;
252 if (!xtime && old)
253 if (talk)
254 You_feel("much less nauseated now.");
255}
256
257static const char vismsg[] = "vision seems to %s for a moment but is %s now.";
258static const char eyemsg[] = "%s momentarily %s.";

Callers 8

healupFunction · 0.85
stoned_dialogueFunction · 0.85
nh_timeoutFunction · 0.85
wiz_intrinsicFunction · 0.85
consume_tinFunction · 0.85
fprefxFunction · 0.85
fpostfxFunction · 0.85
use_unicorn_hornFunction · 0.85

Calls 2

set_itimeoutFunction · 0.85
You_feelFunction · 0.85

Tested by

no test coverage detected