summaryrefslogtreecommitdiff
path: root/src/dungeon.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2010-12-10 19:20:59 +0100
committerBardur Arantsson <bardur@scientician.net>2010-12-10 19:27:56 +0100
commitc4139a4ec21adc54d3408fddee467bcf678e7415 (patch)
treee31c05987326d1b46f3620c68dcbc4fcabad243f /src/dungeon.c
parent41a33d396824cea9131d05d2166fa56799861b3c (diff)
Fix a message.
Diffstat (limited to 'src/dungeon.c')
-rw-r--r--src/dungeon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dungeon.c b/src/dungeon.c
index e7c88c03..26c27c78 100644
--- a/src/dungeon.c
+++ b/src/dungeon.c
@@ -1243,7 +1243,7 @@ static void process_world(void)
if ((randint(1000) < r_ptr->level - ((p_ptr->lev * 2) + get_skill(SKILL_SYMBIOTIC))))
{
- msg_format("%s thinks you are not enough in symbiosis.",
+ msg_format("%s breaks free from hypnosis!",
symbiote_name(TRUE));
carried_make_attack_normal(o_ptr->pval);
}