fix message when were_summoning
This commit is contained in:
@@ -926,7 +926,7 @@ dosummon()
|
||||
|
||||
You("call upon your brethren for help!");
|
||||
exercise(A_WIS, TRUE);
|
||||
if (!were_summon(youmonst.data, TRUE, &placeholder))
|
||||
if (!were_summon(youmonst.data, TRUE, &placeholder, (char *)0))
|
||||
pline("But none arrive.");
|
||||
return(1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user