if(!getdir((char *)0)) return(0);
if (obj->spe <= 0) {
- pline("%s", nothing_happens);
+ pline1(nothing_happens);
return (1);
}
consume_obj_charge(obj, TRUE);
if (!obj->cursed)
(void) openit();
else
- pline("%s", nothing_happens);
+ pline1(nothing_happens);
} else if (obj->cursed) {
coord mm;
}
res += openit();
switch (res) {
- case 0: pline("%s", nothing_happens); break;
+ case 0: pline1(nothing_happens); break;
case 1: pline("%s opens...", Something);
learno = TRUE; break;
default: pline("Things open around you...");
amii_speaker( obj, "AeFeaeFeAefegw", AMII_OKAY_VOLUME );
#endif
if (findit() != 0) learno = TRUE;
- else pline("%s", nothing_happens);
+ else pline1(nothing_happens);
}
} /* charged BofO */
} else if (rn2(2)) {
You("%s smoke.", !Blind ? "see a puff of" : "smell");
} else
- pline("%s", nothing_happens);
+ pline1(nothing_happens);
} else if (obj->otyp == BRASS_LANTERN) {
/* message from Adventure */
pline("Rubbing the electric lamp is not particularly rewarding.");
pline("Anyway, nothing exciting happens.");
} else
- pline("%s", nothing_happens);
+ pline1(nothing_happens);
return 1;
}
}
if (trouble_count == 0) {
- pline("%s", nothing_happens);
+ pline1(nothing_happens);
return;
} else if (trouble_count > 1) { /* shuffle */
int i, j, k;
You("wrap your bullwhip around %s on the %s.",
an(singular(otmp, xname)), surface(u.ux, u.uy));
if (rnl(6) || pickup_object(otmp, 1L, TRUE) < 1)
- pline("%s", msg_slipsfree);
+ pline1(msg_slipsfree);
return 1;
}
}
wrapped_what = strcpy(buf, mon_nam(mtmp));
} else if (proficient) {
if (attack(mtmp)) return 1;
- else pline("%s", msg_snap);
+ else pline1(msg_snap);
}
}
if (!wrapped_what) {
vision_full_recalc = 1;
}
} else {
- pline("%s", msg_slipsfree);
+ pline1(msg_slipsfree);
}
if (mtmp) wakeup(mtmp);
- } else pline("%s", msg_snap);
+ } else pline1(msg_snap);
} else if (mtmp) {
if (!canspotmon(mtmp) &&
break;
}
} else {
- pline("%s", msg_slipsfree);
+ pline1(msg_slipsfree);
}
wakeup(mtmp);
} else {
else You("flick your bullwhip towards %s.", mon_nam(mtmp));
if (proficient) {
if (attack(mtmp)) return 1;
- else pline("%s", msg_snap);
+ else pline1(msg_snap);
}
}
You("snap your whip through thin air.");
} else {
- pline("%s", msg_snap);
+ pline1(msg_snap);
}
return 1;
}
break;
}
- pline("%s", nothing_happens);
+ pline1(nothing_happens);
return (1);
}