summaryrefslogtreecommitdiffstats
path: root/src/script/cmdtoken.cpp
diff options
context:
space:
mode:
authorkrzys-h <krzys_h@interia.pl>2013-02-13 16:57:59 +0100
committerkrzys-h <krzys_h@interia.pl>2013-02-13 16:58:19 +0100
commit8658d6da8060cdb741c668d4be1b571ef064d01d (patch)
tree3d494bbe1bb098cd0689e3d813c71db9b59a1938 /src/script/cmdtoken.cpp
parentd3106c73ff6239e184dc5a83609f7d08391e6148 (diff)
downloadcolobot-8658d6da8060cdb741c668d4be1b571ef064d01d.tar.gz
colobot-8658d6da8060cdb741c668d4be1b571ef064d01d.tar.bz2
colobot-8658d6da8060cdb741c668d4be1b571ef064d01d.zip
Added Destroyer from Ceebot-Teen.
We need a new icon for it.
Diffstat (limited to 'src/script/cmdtoken.cpp')
-rw-r--r--src/script/cmdtoken.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/script/cmdtoken.cpp b/src/script/cmdtoken.cpp
index e44f82d..ab0528b 100644
--- a/src/script/cmdtoken.cpp
+++ b/src/script/cmdtoken.cpp
@@ -708,6 +708,7 @@ int GetBuild(char *line, int rank)
if ( Cmd(p, "AutoLab" ) ) return BUILD_LABO;
if ( Cmd(p, "PowerCaptor" ) ) return BUILD_PARA;
if ( Cmd(p, "ExchangePost" ) ) return BUILD_INFO;
+ if ( Cmd(p, "Destroyer" ) ) return BUILD_DESTROYER;
if ( Cmd(p, "FlatGround" ) ) return BUILD_GFLAT;
if ( Cmd(p, "Flag" ) ) return BUILD_FLAG;