try another pair: dokick.c dothrow.c
This commit is contained in:
@@ -1543,7 +1543,7 @@ long num;
|
|||||||
else
|
else
|
||||||
Sprintf(eos(obuf), " and %s %s.",
|
Sprintf(eos(obuf), " and %s %s.",
|
||||||
otense(otmp, "fall"), gate_str);
|
otense(otmp, "fall"), gate_str);
|
||||||
pline("%s", obuf);
|
pline1(obuf);
|
||||||
} else if(!nodrop)
|
} else if(!nodrop)
|
||||||
pline("%s %s %s.", obuf, otense(otmp, "fall"), gate_str);
|
pline("%s %s %s.", obuf, otense(otmp, "fall"), gate_str);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -848,7 +848,7 @@ boolean hitsroof;
|
|||||||
pline("It blinds you!");
|
pline("It blinds you!");
|
||||||
u.ucreamed += blindinc;
|
u.ucreamed += blindinc;
|
||||||
make_blinded(Blinded + (long)blindinc, FALSE);
|
make_blinded(Blinded + (long)blindinc, FALSE);
|
||||||
if (!Blind) Your(vision_clears);
|
if (!Blind) Your1(vision_clears);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
@@ -1605,7 +1605,7 @@ register struct obj *obj;
|
|||||||
ret = 1;
|
ret = 1;
|
||||||
|
|
||||||
nopick:
|
nopick:
|
||||||
if(!Blind) pline("%s", buf);
|
if(!Blind) pline1(buf);
|
||||||
if (!tele_restrict(mon)) (void) rloc(mon, FALSE);
|
if (!tele_restrict(mon)) (void) rloc(mon, FALSE);
|
||||||
return(ret);
|
return(ret);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user