summaryrefslogtreecommitdiff
path: root/src/text.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/text.cpp')
-rw-r--r--src/text.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/text.cpp b/src/text.cpp
index ad6af83..3c89610 100644
--- a/src/text.cpp
+++ b/src/text.cpp
@@ -20,6 +20,12 @@ static std::string get_english(index_t index)
case SAY_NO_PATH:
return "I can't get there.";
+ case SAY_READY:
+ return "Ready for orders.";
+
+ case SAY_MOVING:
+ return "On my way.";
+
case UNIT_ALIEN:
return "Alien";