can we do two files? artifact.c cmd.c

This commit is contained in:
keni
2011-12-29 22:46:25 +00:00
parent f536e7b550
commit 03b4813be3
2 changed files with 6 additions and 6 deletions

View File

@@ -1325,7 +1325,7 @@ arti_invoke(obj)
if(obj->otyp == CRYSTAL_BALL)
use_crystal_ball(obj);
else
pline(nothing_happens);
pline1(nothing_happens);
return 1;
}
@@ -1590,7 +1590,7 @@ arti_speak(obj)
if (!*line)
line = "NetHack rumors file closed for renovation.";
pline("%s:", Tobjnam(obj, "whisper"));
verbalize("%s", line);
verbalize1(line);
return;
}