second test file: rumors.c
This commit is contained in:
+2
-2
@@ -293,7 +293,7 @@ int mechanism;
|
|||||||
pline("True to her word, the Oracle %ssays: ",
|
pline("True to her word, the Oracle %ssays: ",
|
||||||
(!rn2(4) ? "offhandedly " : (!rn2(3) ? "casually " :
|
(!rn2(4) ? "offhandedly " : (!rn2(3) ? "casually " :
|
||||||
(rn2(2) ? "nonchalantly " : ""))));
|
(rn2(2) ? "nonchalantly " : ""))));
|
||||||
verbalize("%s", line);
|
verbalize1(line);
|
||||||
exercise(A_WIS, TRUE);
|
exercise(A_WIS, TRUE);
|
||||||
return;
|
return;
|
||||||
case BY_COOKIE:
|
case BY_COOKIE:
|
||||||
@@ -303,7 +303,7 @@ int mechanism;
|
|||||||
pline("It reads:");
|
pline("It reads:");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
pline("%s", line);
|
pline1(line);
|
||||||
}
|
}
|
||||||
|
|
||||||
STATIC_OVL void
|
STATIC_OVL void
|
||||||
|
|||||||
Reference in New Issue
Block a user