summaryrefslogtreecommitdiff
path: root/src/cmd2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd2.c')
-rw-r--r--src/cmd2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd2.c b/src/cmd2.c
index 9b1a8ed7..20ef50af 100644
--- a/src/cmd2.c
+++ b/src/cmd2.c
@@ -2339,7 +2339,7 @@ static bool_ do_cmd_bash_aux(int y, int x, int dir)
msg_print("You are off-balance.");
/* Hack -- Lose balance ala paralysis */
- (void)set_paralyzed(p_ptr->paralyzed + 2 + rand_int(2));
+ (void)set_paralyzed(2 + rand_int(2));
}
/* Result */