more recovered bits
Some worthwhile stuff from abandoned 'git stash': is_plural() macro wasn't comprehensive; a couple of return values where writing with a magic marker was causing time to elapse even though nothing happened; comment formatting for saddle being left in shop by dying steed.
This commit is contained in:
@@ -128,12 +128,12 @@ register struct obj *pen;
|
||||
if (Blind) {
|
||||
if (!paper->dknown) {
|
||||
You("don't know if that %s is blank or not.", typeword);
|
||||
return 1;
|
||||
return 0;
|
||||
} else if (paper->oclass == SPBOOK_CLASS) {
|
||||
/* can't write a magic book while blind */
|
||||
pline("%s can't create braille text.",
|
||||
upstart(ysimple_name(pen)));
|
||||
return 1;
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
paper->dknown = 1;
|
||||
|
||||
Reference in New Issue
Block a user