another try. spell.c

This commit is contained in:
keni
2011-12-29 22:01:25 +00:00
parent 3453ddedbd
commit fde6b47810
+1 -1
View File
@@ -1028,7 +1028,7 @@ boolean atme;
break; break;
case SPE_JUMPING: case SPE_JUMPING:
if (!jump(max(role_skill,1))) if (!jump(max(role_skill,1)))
pline("%s", nothing_happens); pline1(nothing_happens);
break; break;
default: default:
impossible("Unknown spell %d attempted.", spell); impossible("Unknown spell %d attempted.", spell);