else
Sprintf(eos(obuf), " and %s %s.",
otense(otmp, "fall"), gate_str);
- pline("%s", obuf);
+ pline1(obuf);
} else if(!nodrop)
pline("%s %s %s.", obuf, otense(otmp, "fall"), gate_str);
}
pline("It blinds you!");
u.ucreamed += blindinc;
make_blinded(Blinded + (long)blindinc, FALSE);
- if (!Blind) Your(vision_clears);
+ if (!Blind) Your1(vision_clears);
}
break;
default:
ret = 1;
nopick:
- if(!Blind) pline("%s", buf);
+ if(!Blind) pline1(buf);
if (!tele_restrict(mon)) (void) rloc(mon, FALSE);
return(ret);
}