second test file: rumors.c

This commit is contained in:
keni
2011-12-29 21:14:04 +00:00
parent cbc1031d4e
commit 837d2bd217

View File

@@ -293,7 +293,7 @@ int mechanism;
pline("True to her word, the Oracle %ssays: ",
(!rn2(4) ? "offhandedly " : (!rn2(3) ? "casually " :
(rn2(2) ? "nonchalantly " : ""))));
verbalize("%s", line);
verbalize1(line);
exercise(A_WIS, TRUE);
return;
case BY_COOKIE:
@@ -303,7 +303,7 @@ int mechanism;
pline("It reads:");
break;
}
pline("%s", line);
pline1(line);
}
STATIC_OVL void