second test file: rumors.c

This commit is contained in:
keni
2011-12-29 21:14:04 +00:00
parent cbc1031d4e
commit 837d2bd217
+2 -2
View File
@@ -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