Reduce #turn undead helpless duration
This commit is contained in:
+1
-1
@@ -1973,7 +1973,7 @@ doturn()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
nomul(-5);
|
nomul(-(5 - ((u.ulevel - 1) / 6))); /* -5 .. -1 */
|
||||||
multi_reason = "trying to turn the monsters";
|
multi_reason = "trying to turn the monsters";
|
||||||
nomovemsg = You_can_move_again;
|
nomovemsg = You_can_move_again;
|
||||||
return 1;
|
return 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user