| 2002 | } |
| 2003 | |
| 2004 | staticfn void |
| 2005 | seffect_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 | |
| 2014 | staticfn void |
| 2015 | seffect_teleportation(struct obj **sobjp) |