summaryrefslogtreecommitdiff
path: root/src/melee1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/melee1.c')
-rw-r--r--src/melee1.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/melee1.c b/src/melee1.c
index 157656a9..cc0f8ee3 100644
--- a/src/melee1.c
+++ b/src/melee1.c
@@ -261,7 +261,7 @@ bool_ carried_make_attack_normal(int r_idx)
if (!effect || check_hit(power, rlev))
{
/* Always disturbing */
- disturb(1, 0);
+ disturb(1);
/* Hack -- Apply "protection from evil" */
if ((p_ptr->protevil > 0) &&
@@ -1280,7 +1280,7 @@ bool_ carried_make_attack_normal(int r_idx)
case RBM_CHARGE:
/* Disturbing */
- disturb(1, 0);
+ disturb(1);
/* Message */
msg_format("%s misses you.", sym_name);
@@ -1525,7 +1525,7 @@ bool_ make_attack_normal(int m_idx, byte divis)
int chance = p_ptr->dodge_chance - ((rlev * 5) / 6);
/* Always disturbing */
- disturb(1, 0);
+ disturb(1);
if ((chance > 0) && magik(chance))
{
@@ -3011,7 +3011,7 @@ bool_ make_attack_normal(int m_idx, byte divis)
if (m_ptr->ml)
{
/* Disturbing */
- disturb(1, 0);
+ disturb(1);
/* Message */
msg_format("%^s misses you.", m_name);