summaryrefslogtreecommitdiff
path: root/src/monster2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/monster2.cc')
-rw-r--r--src/monster2.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/monster2.cc b/src/monster2.cc
index 9b82130e..9fee393e 100644
--- a/src/monster2.cc
+++ b/src/monster2.cc
@@ -1774,7 +1774,7 @@ void update_mon(int m_idx, bool_ full)
{
if (options->disturb_pets || (is_friend(m_ptr) <= 0))
{
- disturb(1);
+ disturb();
}
}
}
@@ -1803,7 +1803,7 @@ void update_mon(int m_idx, bool_ full)
{
if (options->disturb_pets || (is_friend(m_ptr) <= 0))
{
- disturb(1);
+ disturb();
}
}
}
@@ -1833,7 +1833,7 @@ void update_mon(int m_idx, bool_ full)
{
if (options->disturb_pets || (is_friend(m_ptr) <= 0))
{
- disturb(1);
+ disturb();
}
}
@@ -1857,7 +1857,7 @@ void update_mon(int m_idx, bool_ full)
{
if (options->disturb_pets || (is_friend(m_ptr) <= 0))
{
- disturb(1);
+ disturb();
}
}
}