another try. spell.c
This commit is contained in:
@@ -1028,7 +1028,7 @@ boolean atme;
|
||||
break;
|
||||
case SPE_JUMPING:
|
||||
if (!jump(max(role_skill,1)))
|
||||
pline("%s", nothing_happens);
|
||||
pline1(nothing_happens);
|
||||
break;
|
||||
default:
|
||||
impossible("Unknown spell %d attempted.", spell);
|
||||
|
||||
Reference in New Issue
Block a user