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

Function seffect_blank_paper

src/read.c:2004–2012  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2002}
2003
2004staticfn void
2005seffect_blank_paper(struct obj **sobjp UNUSED)
2006{
2007 if (Blind)
2008 You("don't remember there being any magic words on this scroll.");
2009 else
2010 pline("This scroll seems to be blank.");
2011 gk.known = TRUE;
2012}
2013
2014staticfn void
2015seffect_teleportation(struct obj **sobjp)

Callers 1

seffectsFunction · 0.85

Calls 2

YouFunction · 0.85
plineFunction · 0.70

Tested by

no test coverage detected