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

Function trickery

src/restore.c:1034–1042  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1032#ifndef SFCTOOL
1033
1034void
1035trickery(char *reason)
1036{
1037 pline("Strange, this map is not as I remember it.");
1038 pline("Somebody is trying some trickery here...");
1039 pline("This game is void.");
1040 Strcpy(svk.killer.name, reason ? reason : "");
1041 done(TRICKED);
1042}
1043#endif /* !SFCTOOL */
1044
1045void

Callers 2

getbonesFunction · 0.85
getlevFunction · 0.85

Calls 2

doneFunction · 0.85
plineFunction · 0.70

Tested by

no test coverage detected