Reduce #turn undead helpless duration

This commit is contained in:
Pasi Kallinen
2016-06-11 21:33:08 +03:00
parent 939e507345
commit 69aca5ac96

View File

@@ -1973,7 +1973,7 @@ doturn()
}
}
}
nomul(-5);
nomul(-(5 - ((u.ulevel - 1) / 6))); /* -5 .. -1 */
multi_reason = "trying to turn the monsters";
nomovemsg = You_can_move_again;
return 1;