summaryrefslogtreecommitdiff
path: root/src/monster2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/monster2.c')
-rw-r--r--src/monster2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/monster2.c b/src/monster2.c
index 65d1c368..5ed4758a 100644
--- a/src/monster2.c
+++ b/src/monster2.c
@@ -1633,7 +1633,7 @@ void sanity_blast(monster_type * m_ptr, bool_ necro)
}
if (!p_ptr->free_act)
{
- (void)set_paralyzed(p_ptr->paralyzed + rand_int(4) + 4);
+ (void)set_paralyzed(rand_int(4) + 4);
}
while (rand_int(100) > p_ptr->skill_sav)
(void)do_dec_stat(A_INT, STAT_DEC_NORMAL);