summaryrefslogtreecommitdiffstats
path: root/src/common/restext.cpp
diff options
context:
space:
mode:
authorkrzys-h <krzys_h@interia.pl>2013-05-02 17:55:53 +0200
committerkrzys-h <krzys_h@interia.pl>2013-05-02 17:55:53 +0200
commit8a1e4b1e5f9a321aaa10b120881c52706c48c68a (patch)
treefffc79ba27152598a9369fa574ca847176c434cf /src/common/restext.cpp
parent4dde10e9a58af33a64bc0292e4a8ad07fd38cd90 (diff)
downloadcolobot-8a1e4b1e5f9a321aaa10b120881c52706c48c68a.tar.gz
colobot-8a1e4b1e5f9a321aaa10b120881c52706c48c68a.tar.bz2
colobot-8a1e4b1e5f9a321aaa10b120881c52706c48c68a.zip
Added button for Destroyer
Issue #142
Diffstat (limited to 'src/common/restext.cpp')
-rw-r--r--src/common/restext.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/restext.cpp b/src/common/restext.cpp
index b610d7f..7fdcdbd 100644
--- a/src/common/restext.cpp
+++ b/src/common/restext.cpp
@@ -295,6 +295,7 @@ void InitializeRestext()
stringsEvent[EVENT_OBJECT_MPOWER] = "..power cell";
stringsEvent[EVENT_OBJECT_BHELP] = "Instructions for the mission (\\key help;)";
stringsEvent[EVENT_OBJECT_BTAKEOFF] = "Take off to finish the mission";
+ stringsEvent[EVENT_OBJECT_BDESTROY] = "Destroy";
stringsEvent[EVENT_OBJECT_BDERRICK] = "Build a derrick";
stringsEvent[EVENT_OBJECT_BSTATION] = "Build a power station";
stringsEvent[EVENT_OBJECT_BFACTORY] = "Build a bot factory";