summaryrefslogtreecommitdiff
path: root/src/text.cpp
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2017-12-14 14:45:24 +0100
committerPaweł Redman <pawel.redman@gmail.com>2017-12-14 14:45:24 +0100
commitd376eb30b8363f712e3a0bbc04ea584547c09e65 (patch)
tree971ed135c4df8a265eee1d676ad22672a6a114c8 /src/text.cpp
parenteddac97f8365e2739e06f040f3d6b6ee0079139a (diff)
Command feedback.
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";