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

Function wd_message

sys/vms/vmsmain.c:488–498  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486}
487
488static void
489wd_message(void)
490{
491 if (wiz_error_flag) {
492 pline("Only user \"%s\" may access debug (wizard) mode.",
493 WIZARD_NAME);
494 pline("Entering explore/discovery mode instead.");
495 wizard = 0, discover = 1; /* (paranoia) */
496 } else if (discover)
497 You("are in non-scoring explore/discovery mode.");
498}
499
500unsigned long
501sys_random_seed(void)

Callers 1

mainFunction · 0.70

Calls 2

YouFunction · 0.85
plineFunction · 0.50

Tested by

no test coverage detected