summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index ff03888328..4bacfd7e37 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -1013,7 +1013,7 @@ static void go_upstairs()
if (you.attribute[ATTR_CAUGHT])
{
- mpr("You're trapped in a net!");
+ mpr("You're held in a net!");
return;
}
@@ -1046,7 +1046,7 @@ static void go_downstairs()
if (you.attribute[ATTR_CAUGHT])
{
- mpr("You're trapped in a net!");
+ mpr("You're held in a net!");
return;
}
tag_followers(); // only those beside us right now can follow
@@ -1258,7 +1258,7 @@ void process_command( command_type cmd )
}
else if (you.attribute[ATTR_CAUGHT])
{
- mpr("You cannot throw anything while trapped in a net!");
+ mpr("You cannot throw anything while held in a net!");
break;
}
if (Options.tutorial_left)
@@ -1274,7 +1274,7 @@ void process_command( command_type cmd )
}
else if (you.attribute[ATTR_CAUGHT])
{
- mpr("You cannot shoot anything while trapped in a net!");
+ mpr("You cannot shoot anything while held in a net!");
break;
}
if (Options.tutorial_left)